Questions tagged [flutterwebviewplugin]
245 questions
0
votes
1 answer
How to save Login Info in flutter web-view app, so it is not required to login every-time
I have a simple webview app. Whenever i open the app i have to provide the username and password,. is there any way to save username and password in local storage.

MUHAMAD KHURAM
- 441
- 1
- 4
- 9
0
votes
1 answer
Precache html pages in flutter
I have a list of some HTML pages that i show in my web_view. The problem is that it will load slowly when network is slow or wont show at all if user is offline. So i want to pre-cache all the URLs before navigating to that page. After that I want…

Anshay Singh
- 90
- 7
0
votes
0 answers
Open a url from flutter with long list or URL parameters
I need to open a web page from flutter, and need to somehow pass a long list of data. I am currently creating a URL programmatically and passing the data through url parameters (ex www.mysite.com?param1=something¶m2=... and opening the url with…

Cedric Hansen
- 11
- 2
0
votes
0 answers
Flutter - WebView not working for Android
Been seeing an issue using flutter_webview_plugin: ^0.3.10+1 when launching from an android device. Everything works as expected when launching from iOS, both actual device and emulator.
When launching from Android, it looks like it tries to launch…

swedishcheef
- 549
- 2
- 11
- 25
0
votes
1 answer
How to get Flutter's webview to work with local assets loaded from local html?
I have an html file which loads css file, font and image files. Currently my webview loads without loading any of these secondary files, images aren't shown, css isn't shown. I'm trying like that:
loadHtmlFromAssets();
return…

Gintas_
- 4,940
- 12
- 44
- 87
0
votes
2 answers
How to make a webview scrollable in tabbarwiew in Flutter
I've spent almost two days trying to figure out how to make a webview scrollable in a tabbarview in Flutter. I understand that the TabBarWiew Widget should be wrapped in a fixed height widget, what can be a workaround for this?
I don't know if it…

NDZIE Patrick Joel
- 1,114
- 14
- 26
0
votes
1 answer
flutter WebChromeClient equivalent, to use openFileChooser and onShowFileChooser
I'm trying to override the openFileChooser/onShowFileChooser/(equivalent on IOS as well), using flutter while inside a webview (i've used flutter_webview_plugin and webview_flutter).
Is there a way to do this using only flutter? (if not, i'll have…

Arthur Glass
- 1
- 2
0
votes
1 answer
Website App is not Exiting after pressing mobile back button in flutter
I made the app having functionality in navigation bar.(Reload WebPage)(Back in the WebPage).(Forward of the Browsed Webpage.)
Problem I am facing i want to exit the application it is not exiting with mobile back button.In emulator app is exiting but…

Shahryar Rafique
- 123
- 1
- 8
0
votes
2 answers
How to Show rewarded Video in flutter when a user clicks a flat button
I am new to Flutter and I need help in showing rewarded ads in my flutter app.
The app is used to load my website, my idea is to show rewarded videos when the user clicks a flat button and when the video is over or closed I need to get them to my…

Sanju GB
- 27
- 6
0
votes
1 answer
Flutter Couldn't find meta-data for provider with authority
I have an app that is using flutter_webview_plugin 0.3.8. I open a webpage in webview and show its content. There is a button in the page and when you press it, it should open a file explorer like it does in normal web browser like chrome.The button…

Arash Mohammadi
- 1,313
- 1
- 13
- 28
0
votes
0 answers
WebView won´t appear after User Login
I built an app with Flutter where the logged in user is supposed to see a Newsfeed similar to Instagram. After logging in, the app loads a blank white screen in place of the Newsfeed. Outside of this app (in a separate app without user…

Dee Jott
- 125
- 1
- 2
- 12
0
votes
1 answer
Can i to implement a menu in the appBar using flutter_webview_plugin?
I need to implement a menu in the application bar and also show a webview at the same time
I'm using:
-Flutter version 1.5.4-hotfix.2
-Android SDK version 28.0.3

xlee9
- 1
0
votes
0 answers
How to disable page turning(goback and forward) by Sliding left and right in flutter_webview_plugin?
I'm developing an app with flutter,but now I got stuck in a difficult problem
(the app doesn't look like a native app,because the page can turning by sliding).
I don't want users to turn page by slide left or right at the edge of screen.
how to…

Dustin
- 23
- 4
0
votes
0 answers
Flutter Admob with ios WebView
I built a flutter App and successfully added firebase_admob, and the Android deployment went well, the App works as intended.
Currently I am finalizing the iOS deployment, the admob banner is shown and all is fine.
However once I load a screen with…

Tamer
- 537
- 1
- 7
- 15
0
votes
2 answers
Flutter : Not getting code while Instagram login (Instagram login not working)
I am using flutter and I want to achieve log in with Instagram in my app.
So I am following this tutorial for Instagram login,
I am getting success to log in but not getting user details, it is opening Redirect URI (https://www.google.com/) and not…

Mohit Suthar
- 8,725
- 10
- 37
- 67