Hi there,
Today I ran into a problem with the webviewer and I searched the community but all the similar issues I found should already have been fixed or do not really match my case.
I embedded a local .html file in the webviewer and in the companion app I can barely scroll it and it has a weird scroll issue like shown below:
In the built app I cannot scroll at all. The webviewer is set to scrollable, the screen is not because when it is the webviewer disappears. There is no other component on the screen and I also tried to separate it from the top navigator for testing but it stays the same…
The html file is pretty basic and has viewport settings for mobile view as follows:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
I have a webviewer with online content in the same app and that works fine so I can’t find the issue