Category "webview"

Android Pre-launch test Crash due to androidx.test.espresso.web.sugar.Web$WebInteraction.doEval execption

It happens when the Robotest tries to load Google Webpages into the Webview of the App. Specifically for Samsung Device SM-G960U1, SDK 8, API Level 26. Fatal ex

Flutter: How to fit the web view size to screen?

I am new in flutter, tried to use web view in flutter, but the the size of the web view is bigger than the screen. I want to fit the web page size to the phon

Flutter / webview_flutter too big to fit screen

I am running flutter 1.17.1, using webview_flutter: ^0.3.21 dependencies added to pubspec.yaml and added this to the end of info.plist <key>io.flutter.em

Pdf file is not able to load in android webview but able to load in external browser

I have the webpage created with angular js file. There are pdf files inside the webpage we want to download and show. when clicking the pdf file, it just show l

How to hide the default android webview progress bar?

i work on an app that displays a page through a webview. I have implemented my own progress bar and it works fine. However i cannot get rid of the default andro

How to Imbed NiceHash Website Widget into Android App? Would it be WebView?

I would like to put this Profitability calculator from: https://www.nicehash.com/widgets#profcalc Where the site says to use: <iframe src="https://widget.nic

How to enable File Upload in a WebView

I'm running a WebView on Android app and now I have discovered that I have a problem when I added a new feature to my website which is to upload a profile image

Flutter WebView doesn't call onPageFinished on iOS

I'm working with webview_flutter in order to Auth my users through Cognito's auth endpoint. This is my WebView: return WebView( initialUrl: url,

After Java update to the version 1.8.0_301 JavaFX WebView with Leaflet.Draw.Circle, Leaflet.Edit.Circle does not work as well as OSM is not draggable

I am using JavaFX Webview with Leaflet library to render OSM tiles. I am running into issues with Circles and Polygons, Marker and with some functions as Editt

How to fix net::ERR_INVALID_RESPONSE in webView android

after update chrome to last version (75.0.3370.143) my app which use webView is showing error when load data. "Web page not available The web page at data:

Flutter WebView plugin unable to play some YouTube videos

The webview_flutter plugin is unable to play some YouTube embed videos that do work if played from within a web app. The videos display "Video unavailable". Pla

Keep webview playing audio in background

I have a simple webview that open a music player from my website that works fine, but my problem is to keep the player playing in background when the phone lock

I am displaying some content using dangerouslySetInnerHtml in Reactjs for a blog page, but bullet points are not showing

I am displaying some content using dangerouslySetInnerHtml in Reactjs for a blog page, but bullet points are not showing, however the same code and page is bein

WebView is not loading page in Android 9.0?

public abstract class MainActivity extends AppCompatActivity { private static WebView web; private WebView mWebView; private java.lang

JavaScript triggered redirect not working on site opened in facebook webview

Opening our ecommerce site from within the Facebook app on Android, opens the page itself in a Facebook web view. When performing the purchase, an external app

How to save a cookie in an Android webview forever?

With my code below, I have been able to save a cookie, but as soon as I close the application the cookie disappears. How is this caused and how can I solve it?

Reload WebView on Button Press? (Android Studio)

I have a WebView inside my Android Studio project that fills the whole screen, and when they get into the app without an internet connection I show an activity

serve html file from node_modules using react native static server and webview

Is it possible to serve an html file from within the node_modules folder? I know how to serve from the assets folder, something like: <WebView ... sourc

Pull down to refresh WebView Page in flutter

I have created a flutter app with WebView Is there any way to sweep down to refresh the webpage I am using "webview_flutter_plugin" plugin @override Widget

How to set to android webview html mipmap resource png?

I have a png file in mipmap folder. How can I set this png to webview via html code? String logo = "<link href= \" getResources().getDrawable(R.mipmap.icon)\