Hello everyone, One of the page in our qml app have an input box(such as a TextEdit element) at the bottom, when user press the input box the software keyboard will show, and we want the background of the page keep still while the input box scroll to the top of software keyboard. The current Qt implementation will always scroll the whole page which make it impossible to implement this behaviour. We have to use native UI element to implement this(in both android and iOS) which require too much code. Is it possible to disable page scrolling while showing software keyboard? If that is possible then we can implement this behaviour easily.
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest