On iOS I’m seeing a strange behaviour that I can’t understand. With most apps, if you are not in a text field and you use the Apple Pencil, it works basically the same as your finger, in that you can scroll, swipe, etc with it. But a Compose app, iOS seems to think the entire Compose view is a text field or something. It activates the “scribble” functionality and sometimes pops the keyboard up. Anyone else seen this behaviour?
d
Dima Avdeev
08/31/2023, 5:51 AM
Yes, for now all Compose is a big TextField for iOS.
It implements UITextInput protocol.
But, we are searching the way to do it more flexible. I am working on it, as well as on other TextFields bugs.
😮 1
Dima Avdeev
08/31/2023, 5:52 AM
For now, our focus is to make better experience on phones. Without Apple Pencil.
j
james
08/31/2023, 6:24 AM
oh wow, no problems! thanks for letting me know, I think your reply might help me to fix the issue for my own use-case anyway — I will try this evening
as a side note: how can I help? I’m enjoying Compose multiplatform and there are plenty of evenings I can dedicate hours to the project if that will help JB and the community
are there public issues tracking the TextField bugs or discussions around improving flexibility?