Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
55 views

I have a xhr request I can intercept with any existing flutter webview package, however what I need to do is modify the response it returns, that is, after the interception, so I was wondering if ...
Blasetvrt's user avatar
1 vote
1 answer
1k views

`I am developing a Flutter application that includes a payment flow using webview_flutter. The WebView is used to load an external payment page where users can complete their transactions. The ...
user29193503's user avatar
0 votes
0 answers
61 views

I am developing a Flutter web application and encountering an issue where the web browser back button disabling unexpectedly when using the browser's back button to navigate back through the ...
Dasun Dola's user avatar
1 vote
1 answer
280 views

I have the Flutter WebView package in my pubspec.yaml. The webview has a JavaScript channels feature. You can a define a Dart function with a name like Foo for example. But for that function to handle ...
Ryan Tshovu's user avatar
0 votes
1 answer
53 views

When I create a structure with webview and SingleChildScrollView on a simple page, when I scroll the html gets mixed up with other widgets. Expected results Webview widget scrolls within itself ...
VolkanUstekidag's user avatar
1 vote
0 answers
148 views

I'm developing a Flutter app that utilizes a WebView to access webpages needing microphone and camera functionality. Everything works fine when the app is in the foreground, but the microphone and ...
Ashish Tandon's user avatar
-1 votes
1 answer
166 views

I am working with a react web view with Flutter for Mac and it uses the user's microphone. The react app opens in Safari. But it requests for microphone permission on every page load! Is there any way ...
alpha_N1618's user avatar
0 votes
1 answer
224 views

I need to expose some functionality that can be called from web app that is called in flutter_webview package so this website can access device native resources through app. but not directly accessing ...
Rhino's user avatar
  • 1
0 votes
1 answer
86 views

I rebuild my app in flutter and I couldn’t use the latest google_mobile_ads package since it is incompatible with webview_flutter: ^2.0.13 package. And so as suggested by Android Studio, I had to ...
Galane's user avatar
  • 1
2 votes
0 answers
791 views

In my flutter application which is a webview there is a button to share details from app to whatsapp and whenever the share icon is clicked the whatsapp screen opens but when user clicks the back ...
Abm's user avatar
  • 311
1 vote
0 answers
127 views

Here is the simple code that are using for the webview. The used package is webview_flutter: ^4.4.4. class ScreenWebview extends StatelessWidget { const ScreenWebview({super.key}); @override ...
Flip's user avatar
  • 11
1 vote
2 answers
1k views

I'm creating a flutter project that can run on android & web platform. I'm having problem with viewing html on web platform. I used a plugin webview_flutter to view html on android platform but ...
autumn_2309's user avatar
1 vote
1 answer
155 views

I have started to build website but using flutter. I am able to achive to render single single yt video on the page. But when I try to do so for multiple video its not getting showed. Upon ...
Kartikeya Tiwari's user avatar
0 votes
1 answer
194 views

I want to add multiple headers in my controller.LoadRequest in flutter _controller.loadRequest( Uri.dataFromString(fileHtmlContents,mimeType: 'text/html', encoding: Encoding.getByName('utf-8')), ...
Toprak Gün's user avatar
0 votes
2 answers
51 views

I am struggling with this error message: (setState() or markNeedsBuild() called during build I am trying to continue with a Navigator.pushNamed(..) after a first async Navigation had happened. In my ...
iKK's user avatar
  • 7,082
1 vote
1 answer
2k views

I am building a flutter application. Use of this application is show the web pages in webview. In this application have one button. While clicking the button it needs to open webview and load the url. ...
Joe's user avatar
  • 1,059
2 votes
0 answers
252 views

Hello I want to use webview for macOS. Is there any package for macos because webview_flutter or inappwebview is not working for macos
Deniz Durmaz's user avatar
0 votes
1 answer
740 views

Run this code sample on Android import 'package:flutter/material.dart'; import 'package:webview_flutter/webview_flutter.dart'; void main() { runApp(const MyApp()); } class MyApp extends ...
Hunter ISMob's user avatar
0 votes
1 answer
415 views

When i load an iframe using the webview_flutter package, and click on an input field the screen refreshes and the keyboard never appears. The Iframe itself functions normally as expected, except when ...
Yassin Sameh's user avatar
-2 votes
1 answer
214 views

I have an app that i want to build for web but when i try to run login function the auth provider throgh a error "Error: Expected a value of type 'String', but got one of type 'Null' this happen ...
Ashutosh singh's user avatar
0 votes
1 answer
1k views

webview_flutter: ^3.0.2 package using but no matter which pull to refresh package I add to the code, I could not run it, if you could help me, I would be very grateful. Thank you in advance. Future&...
Mertcan Gorken's user avatar
1 vote
1 answer
305 views

i am currently working on a flutter app that is working on SDK 2.10.4. I have implemented a webView which includes some form Fields in a web page. When i click on a TextFormField, my WebView gets ...
Aqeel Mughal's user avatar
  • 2,447
0 votes
3 answers
5k views

I have a Flutter app that needs to show a web-view of a website (https://englishin7boxes.com). First the user can login using a username and a password. When successfully logged in the API returns an ...
Sameera Tennakoon's user avatar
-1 votes
1 answer
375 views

I want to use ars_progress_dialog but it is discontinued Customizable progress dialog for Flutter applications with smooth animation for background dim color and blur. The next option is ars_dialog 1....
Eugene Ochako's user avatar
1 vote
1 answer
817 views

I am currently releasing my APKs to the stores and I've encountered a problem where my app wouldn't go further than the splash screen. I initially thought that problems is in how overloaded main() ...
BleedThemWhite's user avatar

1
2 3 4 5 6