When running an app from a build with NativeScript the TextField character inputs have the final character removed when using a simulator. I tried all of the suggested resolutions, but the problem hasn't been resolved. There are some workarounds on the javascript side, but it would be preferable if this was fixed by Apple.
Post
Replies
Boosts
Views
Activity
I had a fix using a debounce in Nativescript, but it fails to resolve the issue on the simulator. When I attempted to disable x86 architecture in the POD file, the build fails with a code of 65.
Experiencing the same. Macbook Air M1
It's fixed on XCode 15.3 when running the simulator for 17.4. Thank you.
I've experienced the same. Likewise with the beta version of Android 15, VanillaIceCream. I believe the issue is the version of SQLite used is slow, which for VanillaIceCream is 3.42.0. See https://sqlite.org/forum/forumpost/8ab195fd44e75ed0 . At the bottom of the thread, links to a fix are posted for SQLite's slow performance. A fix is in place in 3.46.0
Apple people, can the next version of iOS17 or even iOS18 use version 3.46.0 of SQLite?
Here is why https://sqlite.org/forum/forumpost/8ab195fd44e75ed0