Questions tagged as 'webview-android'

1
answer

ERR_UNKNOWN_URL_SCHEME Chrome webview client android html file href="tel:"

I need the necessary code to write to my MainActivity.java, to avoid the error ERR_UNKNOWN_URL_SCHEME , I am creating an android application with Chrome webview client that loads an .html file that contains buttons href="tel:" mailto: etc...
asked by 02.11.2017 / 17:50
2
answers

How to make a WebView save the web pages it loads?

I have an Android application in which a webView loads 3 different webs depending on 3 buttons in the interface of the application, I would like that when pressing another of the buttons if the page has been loaded before it does not reload I...
asked by 26.09.2016 / 10:05
0
answers

WebView on android, hide address bar and work

I need to open a web in a WebView without the address bar but I have two problems.    The web opens perfectly, but clicking on a link leaves a blank screen, that is, I can not navigate.    If I rotate the device, it reloads the main page...
asked by 25.09.2018 / 10:47
0
answers

Text link in a TextView to open a WebView

I am making a registration form for users and I have the following message at the bottom of the screen: strings.xml <string name="message_activity_register">By clicking Register, you agree to our <a href="file:///android_asset/term...
asked by 18.08.2018 / 23:34
0
answers

Your application has stopped WebView

I have developed an application that consists of a Main Activity and 9 other activitys, 6 of these activitys only contain a WebView The problem: When you open one of these WebView activities, nothing happens, but when you open a WebView fo...
asked by 01.08.2018 / 19:42
2
answers

Scroll does not work in Android WebView

I am uploading a web page in a WebView , but it will not let me do the scroll . This is the image from the Google Chrome browser on a pc, here it works well. But in Android loading it from a WebView I do not use the...
asked by 20.12.2017 / 16:34
1
answer

How to close a WebView automatically after a certain event (Android)?

I am working with TypeForm forms that I show them through WebView in my application. What I'm trying to do is close the WebView after they finish the form. When the form is completed on the screen, a text appears thank...
asked by 03.12.2017 / 16:46
1
answer

Android Webview share with whatsapp, twitter, facebook and google +

I need one or several links, that allow me to share a text with a link of my application within my Android Webview application, I've tried with Intent View, set package, start activity, [share with] whatsapp, twitter, facebook, google +. When...
asked by 13.11.2017 / 11:51
0
answers

Error sendUserActionEvent () mView == null using progressDialog ()

Good morning Well, they'll see. I have an app with a splashscreen (in portrait orientation) that then loads an activity whose orientation is landscape and you need to block in that specific orientation while the user is browsing. My activi...
asked by 03.10.2017 / 20:08
0
answers

WebView very slow on Android

In my Android application I'm using a WebView , but this is very slow for some content so it stops being useful. I have tried to update the WebView of the testing device but it has not contributed anything. I have also tried the fol...
asked by 06.07.2017 / 11:10