Hi,
I've got a problem to get native scrolling to work.
In my App I've got a view, with native-scrolling enabled (because of the "keyboard dismiss" scroll back problem).
On my old Android 2.3 everything works fine, but on Android 4.3 and 4.4 I'm not able to scroll in the view (landscape and portrait).
Is there any restriction how the view must be set up?
Thanks in advance,
Patrick
I've got a problem to get native scrolling to work.
In my App I've got a view, with native-scrolling enabled (because of the "keyboard dismiss" scroll back problem).
On my old Android 2.3 everything works fine, but on Android 4.3 and 4.4 I'm not able to scroll in the view (landscape and portrait).
Is there any restriction how the view must be set up?
<
div
data-role
=
" data-use-native-scrolling="
true">
<
div
id
=
"chooser"
>
<!--- content 1 goes here -->
</
div
>
<
div
id
=
"metadata"
>
<
form
>
<!-- formular with listview -->
</
form
</div>
</
div
>
Thanks in advance,
Patrick