fermoya / SwiftUIPager

Native Pager in SwiftUI
MIT License
1.27k stars 166 forks source link

[BUG] macOS 14 displays focusRing #329

Open peterpaulis opened 10 months ago

peterpaulis commented 10 months ago

Describe the bug on macOS a focus ring is shown as soon the user starts to interact with the pages

To Reproduce

Expected behavior no focus ring should be shonw, or there should be the option to disable focusable and those keyboard control

Screenshots / Videos

https://github.com/fermoya/SwiftUIPager/assets/1956972/0fe71a96-d382-4b67-80f2-c447252c2c96

Environment:

Additional context Add any other context about the problem here.

peterpaulis commented 10 months ago

if my pull request gets accepted,

.allowsKeyboardControl(false)

can be used to disable keyboard control and the focus ring

mayqiyue commented 4 months ago

Great