Hi, I found two errors while developing WearOS wit...
# compose-wear
u
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
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.
๐Ÿ˜ 1
๐Ÿ‘ 1
u
@John Nichol @yschimke Thank you for the reply.