Hi, I found two errors while developing WearOS with jetpack compose.
1. Textfield - I think it will be fixed soon.
2. Screen is locked with ViewPager2 - I report it in issueTracker...
⢠https://issuetracker.google.com/issues/209359388
I wonder when the bugs will be fixed. And can i ask this question here?
j
John Nichol
12/27/2021, 5:16 PM
TextField is not component to use in a Wear OS application - if you want to enter text you should be looking to use GBoard by sending a RemoteIntent to ask for user input. But generally please consider why you need text input.
Regarding ViewPager2 I am not sure how screen locking is related - I will take a look at the bug in more detail later.