You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Installed as expected using SPM.
Unable to scroll on tvOS even though package claims to be tvOS compatible.
To Reproduce
Implement a basic example with focusable areas, such as NavigationLink
Expected behaviour
Expected to scroll left or right using Apple TV Remote, just like on a standard ScrollView. Also expected to center focused item
Screenshots / Videos
On the screenshot, left item is in focus. It is not centered and unable to scroll to the left, beyond this item (there a total of 5 in the pager)
Environment:
tvOS 15.1
AppleTV 4k
SwiftUIPager version: 2.3.1
The text was updated successfully, but these errors were encountered:
Hi @staticdreams , you're right, thanks for raising this. I wasn't aware of the special treat that tvOS and potentially macOS need. I'm fixing this, will come to you shortly
I'm experiencing this issue while running the latest code. I think the patch (#240) allows the user to change which Page is focused by using the Apple TV Remote arrow buttons (on the newer Apple TV Remotes), however, swiping on the remote does not scroll the Page or otherwise respond.
Describe the bug
Installed as expected using SPM.
Unable to scroll on tvOS even though package claims to be tvOS compatible.
To Reproduce
Implement a basic example with focusable areas, such as NavigationLink
Expected behaviour
Expected to scroll left or right using Apple TV Remote, just like on a standard ScrollView. Also expected to center focused item
Screenshots / Videos
On the screenshot, left item is in focus. It is not centered and unable to scroll to the left, beyond this item (there a total of 5 in the pager)
Environment:
The text was updated successfully, but these errors were encountered: