I have an iOS webview app. I used "scaled to fit" in iOS and it works good. But in android, there is no such property. I used horizontal and vertical anchors as BOTH. But it didn't work. I wrote;
WebView1.width = 100%x
WebView1.height= 100%y
to the script in visual designer, it didn't work too. What should I do?
WebView1.width = 100%x
WebView1.height= 100%y
to the script in visual designer, it didn't work too. What should I do?