flutter-inappwebview Questions

1

I am using ChromeSafariBrowser class of flutter_inappwebview to show the webview which contains videos. I am using this class cause it supports pip and also shows media controls on video play which...
Yeager asked 19/1, 2021 at 5:37

3

when I switch to some pages in my application that I set up with InAppwebView, I get this error ( updateAcquireFence: Did not find frame ) the same project works without any problem on the device w...
Shoal asked 24/9, 2022 at 14:17

1

I hope the page can slide up, down, left and right, and the outer GestureDetector can receive the event of horizontal sliding when the page cannot slide left and right. What should I do? I hope the...
Transcontinental asked 9/3, 2023 at 6:45

1

I'm using InAppWebView to make a video downloader app by listening to onLoadResource even and grab the video played by the user and ofc the video inside an iframe and because of cross origin policy...

0

I have used inappwebview in our app. I am getting different encodedUrl in shouldOverrideUrlLoading method for iOS and Android. While in iOS it is working fine but for Android it is not giving prope...

3

There is a flutter in-appwebview issue if any one know the solution please help `C:\src\flutter.pub-cache\hosted\pub.dartlang.org\flutter_inappwebview-5.4.3+7\android\src\main\java\com\pichillilor...
Cobweb asked 19/8, 2022 at 6:27

6

I'm new to Flutter, and I want to put a web view between other widgets and I'm using the InAppWebView flutter in order to do it, but I want to prevent the user to navigate to other pages when he cl...
Raybourne asked 4/1, 2021 at 5:22

3

Solved

In flutter, when using Webview, you sometimes want to display contents above and under it. Problem - 1 ? Webview need constraints else it couldn't be displayed : you need to wrap the Webview under ...
Whitten asked 4/3, 2021 at 14:36

1

Solved

I have a sample code which detects a hovering stylus over a widget. The code is from this Stackoverflow Quesion. In short. It binds using GestureBinding.instance?.pointerRouter.addGlobalRoute and c...
Damnatory asked 6/5, 2022 at 9:53

0

How do i get the response params (for example the headers) from a POST call after the user navigates inside the InAppWebView? Is this even possible/supported by this library?
Kiethkiev asked 12/11, 2021 at 0:38

1

Solved

Im new to flutter, i have added the webview(inappwebview) inside the TabBarView, but when i try to scroll down the web page, it is not scrolling down, below i have added my code and screenshot impo...
Polygraph asked 1/5, 2021 at 10:46

0

I am trying to create a flutter web application using flutter_inappwebviewplugin. In the application, I have added a a dropzone plugin for file uploading. This functionality is working fine on both...
Thirion asked 10/3, 2021 at 12:57
1

© 2022 - 2025 — McMap. All rights reserved.