Hello,
First, great plugin. Clean, well organized, etc. Nicely done.
Do have, or can you add, support for “overview” and “wide viewport” modes? When viewing on mobile some webpages are best viewed using these methods especially if they have elements that don’t scale down well. (ex. dynamic charts/graphs, tables, etc.)
Android examples:
setuseWideViewPort(): Sets whether the web view should enable support for the “viewport” HTML meta tag or should use a wide viewport. Makes the Webview have a normal viewport (such as a normal desktop browser), while when false the webview will have a viewport constrained to its own dimensions (so if the webview is 50px*50px the viewport will be the same size (link)
setLoadWithOverviewMode(): Sets whether the web view loads pages in overview mode, that is, zooms out the content to fit on screen by width. (link)
This would be a HUGE help on my current project and will allow me to stick with the plugin as we’re generating reports in-app as HTML and some elements just can’t scale well.
Thanks for considering it.