webview Questions

6

Solved

I'm testing on Android (I'll verify it's the same on iOS also). My issue is that when I have a webview showing a stripe checkout page, and I tap a text entry there to enter something near the botto...
Entente asked 27/4, 2021 at 15:42

3

Solved

I found the webview is similar to scroll view , that means when I scroll the view to the end, there will be a blue shade at the end of the view (if it is >4.0) . So, how to disable the behavior of ...
Pietje asked 29/1, 2014 at 2:54

3

This is the stacktrace we are seeing on Firebase: Fatal Exception: java.lang.RuntimeException Using WebView from more than one process at once with the same data directory is not supported. https:/...
Fiend asked 31/5, 2021 at 15:31

4

Solved

My question is pretty simple. how can I get the html data form the loaded page in webview. The data is in JSON format. for a reason I cannot use a post request for any get request here so I need to...
Goldschmidt asked 5/4, 2020 at 14:51

1

In our code, we are using an external SDK to log in users (Auth0). This SDK opens a WebView using intent with ACTION_VIEW. I was trying to re-write some automation tests we had in place (we used na...
Parmesan asked 16/3, 2023 at 15:3

7

Solved

Is there a way to check if webview is available on the device? Background: If I add <uses-feature android:name="android.software.webview"/> to the Manifest the number of supported devices on...
Demiurge asked 11/5, 2017 at 13:43

4

Solved

In my app, i am opening the url using webview. This url opens the some page that contains some phone numbers.Now i want to make a phone call without open the phone dialer if u click on the phone nu...
Hayden asked 23/2, 2012 at 6:47

3

There are many StackOverflow posts about this issue, but none that offer a workaround for web apps to log into services via Google Web Auth in an embedded browser like Facebook/Facebook Messenger o...
Barbellate asked 18/12, 2020 at 8:27

3

I'm trying to write a simple app with a WebView, but when I create a WebView I get an error: java.lang.NoClassDefFoundError: Failed resolution of: Landroid/webkit/TracingController; I searched a...
Tabloid asked 13/9, 2018 at 9:36

5

Solved

I have an Android app made using Flutter Webview. When the user click on an external link, I want the link to open in the browser. How can I do it? In fact, it would be nice to open external links ...
Wheelbase asked 14/12, 2020 at 16:4

8

I have a website and I converted that website into flutter android application using webview_flutter plugin, everything is working fine. But there is an issue, there is a form on website in which t...
Solubility asked 25/1, 2021 at 18:9

3

I have an App that login to a specific page and execute some commands via Javascript. But when I start the App again it should open the login form. But, instead, it stays logged and goes to the use...
Draggletailed asked 13/7, 2019 at 17:54

3

Solved

I have a webview, and I need to scroll down to view all the content. Now, I want to capture the entire of the webview to a bitmap. I looked for many times. People suggested me use the function ca...
Matronize asked 3/1, 2014 at 9:17

2

I have a very responsive html/css page that uses position:absolute to put elements in place. e.g. a username input will have position:absolute; top:30%; height:8%; left:35%; right:65%; Everythin...
Unbeatable asked 19/8, 2016 at 23:43

4

Solved

I've created a small Activity which is capable of loading two different HTML strings in a webview. When I run the Activity it starts by loading the String from the page_1 variable. So far so good. ...
Rosewater asked 25/1, 2012 at 8:40

16

EDIT: I worked on this project years ago and unfortunately I cannot verify if any of the answers is working in the given scenario. I am having hard time with one WebView which should show our blog...
Cadent asked 11/1, 2013 at 13:37

18

Solved

I'm developing an Android application that uses a WebView to display the login page for Facebook. The page loads beautifully, and I'm able to select the username/password textboxes, but typing in t...
Gyno asked 18/1, 2010 at 4:31

8

Solved

I have a RelativeLayout with WebView. I am loading some generated html text into that WebView. After loading the data WebView height exceeding the screen. Now I need the height of the entire WebVie...
Johnnyjumpup asked 13/4, 2017 at 14:8

9

Solved

Recently, we've started seeing this new entry in our crashlytics which says that android can't find the webview package on the device. Here's the full stacktrace (classes from our source code have...
Interlunar asked 5/9, 2017 at 7:8

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

2

Solved

I'm pretty new to Android Dev, I'm trying to create a WebView based app. I got the basics, I emulate the app directly on my phone and wanted to know if there is a way to get a Javascript console li...
Libeler asked 17/5, 2015 at 20:7

5

Solved

I'm using Android Studio/Gradle. app\src\main\android_asset folder has the file called chart.html.. I'm trying to load this file to my webview like this: WebView view = new WebView(this); view.g...
Alidus asked 16/2, 2015 at 20:2

19

I'm trying to use SwipeRefreshLayout with WebView. I'm facing the problem where in the middle of page, when user scrolls down, unwanted refresh kicks in. How do I make the refresh event only happ...
Unrighteous asked 9/7, 2014 at 15:56

2

Android can use desktop Chrome's web inspector to debug HTML/CSS issues embedded in an App's WebView, as long as you connect them through USB. I've been searching all over google and this site an...
Outweigh asked 19/4, 2018 at 2:51

4

1.When I in Fragment onCreateView method inflater.inflate(webview_layout, container, false) on Android 9 may Crash with blow log: Fatal Exception: java.lang.RuntimeException:Using WebView from ...
Mycorrhiza asked 29/5, 2020 at 5:56

© 2022 - 2024 — McMap. All rights reserved.