The Qt.inputMethod.visible does not seem to be reliable on Samsung devices. This is reproduced by using the attached code, and do the following:
1. Press Print status: label shows inputMethod.visible false - OK
2. Tap in the TextField
3. Press Print status: label shows inputMethod.visible false - NOT OK on Samsung devices. However on HTC Flyer or on Nexus 3 this works fine
- Now if starting to type something, the property goes true, but after deleting the typed text it's back to false again even if the keyboard is still up.
- If tapping into the TextField again, and then press PrintStatus, we get the correct values every time after this.