C CarlPenman New Member Licensed User Longtime User Jun 25, 2013 #1 I would like the webview to behave the same as the built in browser, and automatically scale the loaded page to fill the width of the browser. How can I achieve this? Thanks in advance.
I would like the webview to behave the same as the built in browser, and automatically scale the loaded page to fill the width of the browser. How can I achieve this? Thanks in advance.
Johnmcenroy Active Member Licensed User Longtime User Jun 25, 2013 #2 If you use your own page to load it in webview , so simply put your content in <div> </div> tags and it will be stretched to 100% width by default. Upvote 0
If you use your own page to load it in webview , so simply put your content in <div> </div> tags and it will be stretched to 100% width by default.
warwound Expert Licensed User Longtime User Jun 26, 2013 #3 Have a look at the html5 metatags that you can use: https://www.google.co.uk/search?saf...-Wu0QXNkYHgDA&ved=0CCsQvwUoAA&biw=640&bih=335 Martin. Sent from my GT-I9300 using Tapatalk 2 Upvote 0
Have a look at the html5 metatags that you can use: https://www.google.co.uk/search?saf...-Wu0QXNkYHgDA&ved=0CCsQvwUoAA&biw=640&bih=335 Martin. Sent from my GT-I9300 using Tapatalk 2