Search found 1 match
- Tue Jul 15, 2025 3:30 am
- Forum: iOS Deployment
- Topic: iOS Bluetooth Keyboard
- Replies: 1
- Views: 3423
Re: iOS Bluetooth Keyboard
Hi! This sounds like an issue with how iOS handles focus and text updates when a Bluetooth keyboard is connected. Perhaps try forcing the field to refresh its contents when it gains focus, or check if there’s a keyboardType or focus handler you can adjust in your script. Also, make sure you’re using...