You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use web view in the Flutter Application to use a web view. It runs on simulator without any issue.
But when I try to run it on the actual device ( Samsung A6+ ), I get the web view in a small box in the middle.
why do you have width in container. and if you want to have appbar for webview, there is a appbar parameter in webviewscaffold as well, Have you tried different parameters like zoom and scrollbar?
This may be due to internal issue in my device. After I did a full cache clearance, this works fine. I'm not sure how it happens. Anyway closing this as not an issue. If I could recreate the issue, I'll raise a new issue.
I tried to use web view in the Flutter Application to use a web view. It runs on simulator without any issue.
But when I try to run it on the actual device ( Samsung A6+ ), I get the web view in a small box in the middle.
In Samsung Device.
Below is my code.
The text was updated successfully, but these errors were encountered: