Webview Questions
Ad
Unidentified CFRunLoopRun crash report problem
I received a lot of crash report about cfrunlooprun error everyday. it showed up on xcode and itunes connect crash report. however, i did not
Cannot read property '#<WebView>' of undefined react native
I'm creating a webview in react-native but when i navigate to any page and try to navigate back app gets close. i have read some answers
Uncaught ReferenceError: myFunction is not defined at null:1 Android exception in webview
I am calling javascript function from an activity but i am getting uncaught referenceerror: myfunction is not defined at null:1
Flutter: Passing AppLocalizations.of(context)!.actionaid into initalUrl of a webview
I am currently localizing my app, i have translates all the webpages to be opened and added the url to my arb files. but when i call the
SwiftUI open a new View on link click inside of WKWebView
I would like to open a new view in swfitui (webview) after clicking on a link inside of wkwebview, i do not know how to do. i understand that you
Flutter || How to implement Shared Preferences in webview
I have a webview project in flutter and i want to add my own page of authentication at first when you open the page i don't know if there is a way
Combining an EditText with loadUrl on WebView
If i use webview this way it works as expected. webview.loadurl("http://www.google.com"); i tried
Upload button in android WebView does not work
This is my picture of my application the button does not work,
PyQt5 How to update GUI when use evaluateJavaScript if python is still running
I would like to modify my gui dynamically with the evaluatejavascript command i noticed that the gui is updated only when python has
Android WebView cannot be scrolled in particular device
I read some threads regarding this issue (this,
Ad
How to add authorization bearer header to webview android?
I have to send bearer at headers. i saw that i have to add hashmap with values: val headermap = hashmap<string, string>()
Android webview screenshot current viewing part
I need to take a screenshot from a webview as a thumb, but when i use
UniWebView prefab not showing up
I'm trying to set up an android application using unity. little problem : uniwebview is not working. my phone is android 7.0. i've tried
Webview showing blank page after recent chrome update
I know this problem has been already asked before but i am not able to solve it. i'm trying to play embed video url on the webview and filter
What font file type to use in Android WebView?
I'm successfully using font-awesome 4.7 in an android webview app, but the font folder contains .otf, .eot, .ttf, .woff and .woff2. i've noticed
How do I autosubmit text after entry?
I was wondering what's the best approach for handling an autosubmit of a code that a user types in? i have this so far but idk if this works. i
WebView doesn't load fully and doesn't react in Android
I have a webview in android and am trying to load this website:
Android WebView and JavaScript programmtically clicking button not working
I have a very simple use case i.e to programmatically call a button of a web page loaded inside my webview. below is the code
How to run webviews in multiple threads
My assigment says to create a simple web browser where webpage is saved in a card and later on you can retrieve it. each
Fixing header (navbar) in webview flutter
I am currently working on a project where i need to convert a website to a mobile app using flutter i did it with the widget webview but the
scrolling to the top of a webview (Android)
I have a webview loading a big texts after the user has clicked an object. i like the text to be shown from the top. but if the user scrolled down
Ad
Create simple WebView with action.VIEW
Hi i've create a simple link browser, but i lost last update to open external url. this is the androidmanifest.xml
Clear session of WebView once the app closes or terminated
Integrated sso login(single sign on) in webview, once the user logged in i am getting the parameters from redirected url (if user exists) and
VSCODE API local file TypeError: Cannot read property 'extensionPath' of undefined
I'm trying to make a vs code extension with webview. i want to import stylesheet form other directory(/css/index.css). here
Rendering a local HTML file with a local image in WebView
I am trying to render a local html file with a local image in a webview where the webview is in a dialog box and not an activity. the image is not
Restore webview state after webview.reload method call. Is it possible?
Whenever i reload a webpage in my webview, it goes to top of page. is there any way to not going to top of page and scroll again after auto
Why is the progress bar in a webview displayed with a delay in Android 9.0?
I'm a newbie to android am i'm developing an app wich contains fragments. one of the fragments contains a webview. i'm using a
Android WebView and network-security-configuration
I'm developing on android 8 (26 api, oreo) and i use android.webkit.webview in my app. i would implement "secure network
How to open an Url using In-App Browser from a flutter application from a button click?
I am developing a flutter project and i want to open a url using an in-app browser when a button in clicked. i don't want the browser to leave the
WebGL in WebView does not work in UNO build but does work in Xamarin build
Currently i am developing a mobile app which makes use auf the uno platform. for showing a 3d model i make use of the webview control and some
Flutter webview with custom javascriptInterfaceAdapter or invoke JS using webview controller
I have an old java project that performs in andorid webview with addjavascriptinterface mwebview.addjavascriptinterface(new
html5 video not work in android native webview
I have the following link
Ad
How to download files from webview
I'm unable to download a file from my website that load in the web view. on clicking the download link of the file the webview reloads the home
How to show "You're offline" when web view app open without internet in Flutter Web view App?
I create a webview app in flutter. but when the app open without internet its showing this
RxJava unsubscribeOn with recursive call not in the right thread
I've built an headless webview in an android application for scrape an url from a webpage. every time i retrieve an url i may need to redoing the
Cannot load data on WebView
I can't load this data on web view. only replacing data is worked but data is not displayed in html format, it display as a plain string.
how to link different Url with Button on webView
I am new on android. i want to make a web view app. i have 10 buttons on main activity. i want to open different urls with each button. like one
Flutter flutter_webview_plugin error [NSNull length]: unrecognized selector sent to instance on ios
I am using flutter_webview_plugin: ^0.4.0 to load a website. the app works fine on android. on ios i am getting the error
Reload WebView every time when hitting buttons at bottom navbar in flutter
I'm building my first web app using flutter webview in which i embedded a bottom navigation bar that further has 4 icons.
Android - Webview get page loading time
Um i want to get the page loading time of a webview and check if it is equal to the timeout time but i dont know how to do it plz help me.
automatically open link after scanning qr code flutter
I have a flutter application that i have added a qr code scanner package so that i can use it. how can i automatically open links after scanning a
How can we navigate to activity from web page button click event?
I have two buttons in webview. i want to give manually click events to their. below is my code; webpage code
How does OAuth2 access grant redirect flow work in in-app web view?
We have a flutter app with google login feature. in order it to work, we need to send the access grant code to the backend service. in spa
Ad
Function when scrolling to bottom webview
I'am work on a app and i need start fuction on scroll webview to end. this code set function on scroll to top
Remove android default error page on react native webview
I'm using a webview in react native and i want to display a custom error message when some error occurs (e.g. no internet connection). my
Reload page if navigation fail in WebView Flutter
I'm trying to figure out how can i reload page automatically if webview fail to reach url. i don't know if onwebresourceerror can
How to show images in webview_flutter plugin?
I have used the webview_flutter package to show a website
i want to hide the url in webview (when there is no internet ) and display my own text
[ i want to display my own text when there is no internet
WebView android does not allow full screen
I have an android application which is a webview of my site, everything was catching normally, however after updating the chrome services the
EvaluateJavascript does not work in Webview flutter. Why isn't the JS fulfilled?
I am using evaluatejavascript with js code document.getelementsbytagname ('main') [0] .style.display = 'none' but it
WebView after closing fullscreen view, webview auto scrolls to top
I have webveiw (with fullscreen
How to save thw current WebView URL on app close and load it back when next the app is reopen?
How do i save the current url of android studio web view when the app is closed and load that url when next the app is open.
Webview don't load css on Android Pie
I'm create app on webview, webview load local html and style on link css load on android 4-8, but on android 9 css not load
How to implement hiding the toolbar when scrolling WebView?
I have an activity with webview and my own appbarlayout. i want to implement hiding/showing the appbarlayout with animation when scrolling the
Ad
How to open the popup window in the same inappwebview Flutter?
I've integrated the razorpay custom checkout, where i have created a custom design for the good ux. i'm opening this customized web app in
WebView with fixed Height
I have a container webview which plays videos.i have fixed the size of container inside xml file by 200dp. webview loads
Is there any way to hide media controls while video is playing in the WebView?
I have a webview inside the activity, i had some url parsing problems with videoplayer (cause my damn country is blocking the url), so i'm using
Flutter - Block Webview Cookies in WKWebView
Our flutter app uses webview to give users access to our online retail store. this retails store uses cookies. this hasn’t been a problem
Webview disappears after clicking content
Webview content disappears after clicking content in webview. <webview android:id="@+id/squadwebview1"
How to show Vimeo Videos in Android Webview?
Let's say, this is the link i'm using to show in android webview using kotlin. but, only a blank page is coming.
how to make webview_flutter use wideviewport?
When i load my wix website using webview_flutter it doesn't take fullscreen, but it works using
WebViewPool, Last html page show before new url when reuse WebView from WebViewPool
There is a webviewpool,when activity/fragment is destoryed,webview will be reset and add to the webviewpool. the
Android video WebView FullScreen not working - onShowCustomView() not called
I'm trying to load a video url in a webview in android using the example in this project:
Android Webview Crash on dropdown Click
Webview loads but contains drop-down.when i click on that app crashes webview was working fine till last month but now its crashing on
How to make device back button to go to the previous page in flutter webview
I have some simple code here that just displays a webpage. i want to make it so that, pressing the device back button takes you to the previous
Ad
How to prevent widgets from being shown in notification bar in flutter
I have a code here for a simple webview. it simply displays a webpage. however, the top part of the webpage is shown stacked below the
Jetpack Navigation with WebView is not working properly
I have a fragment with viewpager inside it, which contains 3 tabs. i have used jetpack navigation to
PHP and WebView - Cookie doesn't are the same
I'm using a webview to show a web application. all works, except one thing: my login: setcookie("user_id", $my_id, time()
How to download a .vcf file in iOS WKWebView app to save it into iPhone's contacts directly?
I already have the .vcf file saved on my local server (node.js) and am running the wkwebview on my iphone
How do I make my NW.js application *start* in fullscreen?
I know how to enter fullscreen once it's already loaded in a window. this causes an ugly effect where, when i click its icon, briefly
Using webview and proxy with authentication
I need to load some url in webview that is unavailable in one country, so i tried to use a proxy with webview. i've found one solution on so
Webview not working with HTML select element
So my webview is not working with the select element. in other words when i click the select element on any page it does not show the menu.
how enable multiple file upload in webview android 4.4 and up
I'm using html input tag. i'm trying to upload up to 5 files. code is working for single file upload. how can i enable multiple
Webview doesnt load image with String Html
Im making an app in which i show one wikipedia page, for testing im create a new project.
Get current URL in webview
I am using flutter webview plugin to create
flutter inAppWebview: reacting to click on pdf link
I'm trying to use inappwebview plugin in flutter, works well but when i click on a pdf link it does nothing. to try that just click on the
Ad
Navigate through web view with bottom navigation bar
I am using flutter web view plugin in flutter
Flutter Instagram login and cookies
I want to let users to login their instagrams and see their statistics in my app. i created a webview inside to help them login. but in the app, i
webview crashes when i click links
I have this android app im working on that converts a website to an app. basically using a webview. i have everything working thus far. the only
Flutter WebView not working M1 chipset macOS 11.4
I am working on m1 mac. for several days now, i am struggling with a problem to implement a widget 'webview' in my
Problem with contentblocker in appwebview
Hi i try block ads using contentblocker but but it doesn't work , i try with androidshouldinterceptrequest and it working fine but not available
Using webview with entered string values
I just want to ask you how can i use webview with an entered strings from edittext? for example, i created 2 fragment one of these shows webview
flutter_inappwebview 5.3.2 package crashes the app when choosing a file or an image
I'm using flutter_inappwebview package because after some
How to modify url webview in setting screen?
User have an activity with account & password (login screen). i have an activity is setting screen (using webview), it depends on the url
How to make acquireVsCodeApi available in vscode webview [React]
I'm trying to develop a new extension for vscode based on webview but i am running into problems with posting messages from client to
Checking a URL by using a WebView
I am creating an app in android studio using webview and i want something like this. " if the url is unable to load and show
webview not caching
I have been trying to enable caching in android webview but every config i saw on so ends in failure. here is what i have: i have
Ad
Android webview rendering nothing after "#" character
I have an android application and i need to show a webview with my custom website. my problem is that the webview renders nothing. after using the
flutter webView script non-English error : Invalid argument (string): Contains invalid characters
Webview( initialurl: _customscripthtml(), . . . string _customscripthtml() { string iossetting =
How to fix error in Dialog after dismiss and click again?
I'm developing webview app, the problem in onjsalert that when i click on the dialog it opens
does InAppWebView has method like onPageFinished?
Does inappwebview in flutter has method like onpagefinished like native android? i have implemented onloadstop, onconsolemessage,
flutter WebView content stay my screen on ios
I am searching for a long time on net. but no use. please help or try to give some ideas how to achieve this. i don't no how to description
Loading Qr result to webview url using zxing
Im trying to load qr result to webview but it show nothing white screen only. is there something did i do wrong? this is my mainactivity
Firebase LogEvents as doubles in a webview
Logging doubles to firebase analytics in a webview as recommended in the firebase
JavaScriptInterface in a WebView is not called on Lollipop and Marshmallow
I have tried it on android 7.0, it works, but on android 5,6 it does not work, i could not find any clue on what maybe going wrong. the url
Call MainActivity method from another class in android
I'm working on an android app. i want to pass some value from my webview to my android application. i solved this problem
How to get all HTTP packet requests made by webview
While loading a url in webview there are multiple of http request made while loading a single page. is there a way to track those requests? the
Webview failed to display when using embed url of Instagram
This is weird problem. when i using url like:
Ad
Reload webView widget automaticly with a loop and a timer
I'm creating a gui where i want to display a site with qwebview and reload it automaticly every 10 seconds. i tried with a qthread, no
How to receive value from webVew button action in inAppWeview Flutter
I have two buttons on the webpage see the image below
Ad
Blog Categories
Ad