Moritz Post
Moritz Post
Are these keys mapped typed or can they also be substitute as a string? or would we need to map to those specific types via strings?
Thanks for bringing up the issue. We will look into it.
We are thinking in that direct as well. Be aware though that not all parts of a mobile app can be styled at runtime.
At what level would you want to log this behavior? in the cli or on device or to the `console` log?
Side note... when building in debug mode, the android client prints the protocol message to the adb logcat.
I would also look into plugins like the mentioned https://github.com/farynam/cordova-fileAssociation. It has a snippet on how to handle the described configuration.
Could you provide a self contained snippet demonstrating the issue?
Tapping outside of the `TextInput` with an open keyboard closes the keyboard immediately. No delay is observed on an emulator running Android 11. ```jsx import {contentView, TextInput} from 'tabris'; contentView.background...
@ishigo1987 To recreate the issue, please provide a self contained snippet. Thanks.
Could it be that drawing the emoji glyph itself is a costly operation?