I want to use the webview component to show a website in my app. In my app it works great, but in the webapp there is nothing shown. the place where it should be, is blank.
And i have an other question. How can i change the settings of the webview component that it automatically changes to the right size? If i e.g. set an video in it, there is a big white place down of it.
i used an video of your vimeo channel to show you. It is bind in as an iframe.
I know that the height of the Webview is set to 300 and that is too much for this phone. But maybe not for bigger ones. So it would be great if it would automatically set the height to the right height.
i have changed the height and also the width of the webview component to systemVars.dimensions.screen.height; systemVars.dimensions.screenwidth; systemVars.dimensions.viewport.height; systemVars.dimensions.viewport.width
but nothing was shown