Skip to main content

Questions tagged [flutter-inappwebview]

The tag has no usage guidance.

flutter-inappwebview
0 votes
0 answers
14 views

flutter_inappwebview InterceptAjaxRequest can't add header

Expected behavior: Here I want to use shouldInterceptAjaxRequest and change the request url and add header. Current behavior: Only request url be changed, header not working at all. Steps to reproduce ...
Norman's user avatar
  • 11
0 votes
1 answer
96 views

Flutter InAppWebView Build Issue: Execution failed for task 'flutter_inappwebview

I'm encountering an issue with my Flutter app and could really use some assistance. Here are the details: Problem: I'm facing a build failure with the following error message: ERROR: Missing classes ...
Piyush Sahu's user avatar
0 votes
0 answers
27 views

Enable Apple pay API in flutter InAppWebView

I need to enable Apple pay using InAppWebView library do I need to enable capabilities and create a merchant Identifier to add apple pay inside web view. Any help would be greate.
Muddassar's user avatar
  • 471
1 vote
0 answers
193 views

How to resolve err: R8: Missing class android.window.BackEvent

ERROR: Missing classes detected while running R8. Please add the missing classes or apply additional keep rules that are generated in /Users/admin/Desktop/mobile-app/build/flutter_inappwebview/outputs/...
Igor Pavlyshyn's user avatar
0 votes
0 answers
25 views

Send JS function to Webview JS from Flutter

I have below function to return some data to JS side and It's a Map (However the flutter_inappwebview encodes the map after I return It), I do this by addJavaScriptHandler of flutter_inappwebview, But ...
Reza Aslejeddian's user avatar
0 votes
0 answers
20 views

How to throw error in addJavaScriptHandler of flutter_inappwebview

I have initialized a handler with addJavaScriptHandler and then I get params from callback function, I will need to return some data to the JS side by the callback function, But there is a possibility ...
Reza Aslejeddian's user avatar
1 vote
0 answers
97 views

youtube_player_flutter loading infinitely

im using 3 packages youtube_player_flutter for opening youtube video, flutter_inappwebview for docx file view, flutter_widget_from_html for html string i get from api. the issue is when i open youtube ...
Yogesh Yogi's user avatar
0 votes
0 answers
25 views

When app is in background, and then other appsareused, switching back to our app fails to display the inappwebivewwebview

Expected behavior: When the app goes in background to use other apps, when going back to foreground, it should display the webview as it was Current behavior: If I put app background and foreground ...
Hassaan's user avatar
  • 110
0 votes
1 answer
42 views

change screen mode automatically in flutter

i wan to change my layout from landscape to portrait and vice versa inside my app (depending on the rotation of the device by the user) in flutter i tried using OrientationBuilder and MediaQuery but ...
Naif Alluhaidan Engr's user avatar
1 vote
0 answers
355 views

Flutter WebView - error net::ERR_BLOCKED_BY_ORB

I'm using flutter_inappwebview to display a part of our website that requires logging in. Authentication is via cookie injection. Everything works perfectly on our AWS server, but it gives an error on ...
Guillaume GOUTIN's user avatar
1 vote
1 answer
53 views

Play Video from URL in Webview. But Video stops frequently automatically. Controls doesn't work

In WebView Video stops frequently automatically. Controls doesn't work. Default Play/Pause buttom appears in center of video. Sometimes cause flickering issues with video controls. I want to achieve ...
Shivani Wani's user avatar
0 votes
2 answers
290 views

How to load HTML from String in InAppWebView?

I'm sometimes receiving HTML as a response from network requests. I've encountered a scenario where I need to display HTML content within the InAppWebView. Is there any short way to do that. I tried ...
Ohpleaseman's user avatar
0 votes
0 answers
32 views

How can I append some string to InAppWebView?

We have the option to add User-Agent to InAppWebView, but it overrides the User-Agent value. How can I append some string to the current User-Agent? final userAgentSuffix = '...'; final userAgent = '$...
Hamed's user avatar
  • 6,985
0 votes
1 answer
60 views

Keyboard doesn't appear in Flutter in app web view

In my Flutter code I use flutter_inappwebview to open a web page inside the application so that the user can enter some data and submit, in some cases which I can't detect the keyboard doesn't appear ...
Mohammad Rabia Najib's user avatar
0 votes
0 answers
205 views

UPI intent apps are not showing on inappwebview in flutter while calling a payment gateway url. if i open the same url on normal browser it work fine

I have a razorpay integration on my flutter application. The existing implementation uses flutter inappwebview to hit the payment gateway url. Issue is when the url is being called from inappwebview ...
Amit Pandey's user avatar

15 30 50 per page
1
2 3 4 5
16