Re: [Development] Qt mobile input context scrolling

2017-03-09 Thread Jason H
> Hello, > I am trying to disable Qt auto-scrolling on mobile devices(iOS, Android) when > focusing on an input field in QtQuick. > > For iOS it was pretty simple and just for a proof of concept making > QIOSInputContext::scrollableRootView to always to return 0 disabled the > auto-scrolling s

Re: [Development] Qt mobile input context scrolling

2017-03-09 Thread Samuel Nevala
Would be great to see resize as default option but there is visual glitches when using resize https://bugreports.qt.io/browse/QTBUG-41170. Samuel Nevala On 9 March 2017 at 10:08, Olivier Goffart wrote: > On Donnerstag, 9. März 2017 06:33:11 CET Vlad Seryakov wrote: > > Hello, > > I am trying to

Re: [Development] Qt mobile input context scrolling

2017-03-09 Thread Olivier Goffart
On Donnerstag, 9. März 2017 06:33:11 CET Vlad Seryakov wrote: > Hello, > I am trying to disable Qt auto-scrolling on mobile devices(iOS, Android) > when focusing on an input field in QtQuick. > > For iOS it was pretty simple and just for a proof of concept making > QIOSInputContext::scrollableRoot

[Development] Qt mobile input context scrolling

2017-03-08 Thread Vlad Seryakov
Hello, I am trying to disable Qt auto-scrolling on mobile devices(iOS, Android) when focusing on an input field in QtQuick. For iOS it was pretty simple and just for a proof of concept making QIOSInputContext::scrollableRootView to always to return 0 disabled the auto-scrolling so we can in our