Skip to content

webview: Make it more flexible in terms of its size

Debarshi Ray requested to merge wip/rishi/mobile-web-view into master

So far, the minimum size of a GoaWebView was set to 500x400, which meant that it couldn't be shrunk to fit smaller devices. This has now been made more flexible by changing the current minimum to be the default size, and using 300x200 as the new minimum.

Merge request reports