Hi to all,
I have an issue on Android: the webview mudule scrolling.
My screen page is composed by:
- App top bar
- A rectangle with height of 30px
- A webview with height of 586px (up to the end of screen)
Over 586px of height the scroll in webview not works in any devices.
I have tries with these height: 900px, 850px, 800px, 700px, 650px and 600px but the scroll not works in all devices.
I have make some tests on different devices with height 586px and these are the results:
- Samsung A6 (5,6β - 720x1480 pixel β 294ppi β Android 10): scroll on webview not works
- LG G7 (6,1β - 1440 x 3120 pixel β 564ppx β Android 10): scroll on webview works
- Xiaomi A3 (6β β 720 x 1560 pixel β 283ppi β Android 11) ): scroll on webview not works
- Samsung Z-Flip (6,7β β 1080 x 2636 pixel β 425ppi β Android 11) ): scroll on webview works
- Samsung s9 (5,8β - 1440 x 2960 pixel β 568ppi β Android 11): scroll on webview works
- Xiaomi Mi 11 (6,8β β 1440 x 3200 pixel β 515ppi β Androis 12): scroll on webview works
Another screen with the issue is composed by:
- App top bar
- A rectangle with height of 30px
- An image with height of 140px
- A multiline text block with height of 40px
- A webview with height of 400px (up to the end of screen)
Also here I have tries with these height: 900px, 850px, 800px, 700px, 650px and 600px but the scroll not works in all devices.
I have make some tests on different devices with height 400px and these are the results:
- Samsung A6 (5,6β - 720x1480 pixel β 294ppi β Android 10): scroll on webview not works
- LG G7 (6,1β - 1440 x 3120 pixel β 564ppx β Android 10): scroll on webview works
- Xiaomi A3 (6β β 720 x 1560 pixel β 283ppi β Android 11) ): scroll on webview not works
- Samsung Z-Flip (6,7β β 1080 x 2636 pixel β 425ppi β Android 11) ): scroll on webview works
- Samsung s9 (5,8β - 1440 x 2960 pixel β 568ppi β Android 11): scroll on webview works
- Xiaomi Mi 11 (6,8β β 1440 x 3200 pixel β 515ppi β Androis 12): scroll on webview works
The issue is only on Android, on iOS all works fine with all webview height.
Thanks in advance for helping me.
Have nice evening
Andrea