Questions tagged as 'webview-android'

2
answers

Problem with a webview

I have a problem with WebView , the design of my application uses Tabs and Navigation Drawer , in the Tabs I have fragments that show content by webview , the problem is that each that change of Tabs the webview are...
asked by 07.11.2017 / 21:13
1
answer

Disable native Android virtual keyboard in my [duplicate] app

I have an app that only contains a webview (and NOT an EditText). In the web that I use for the webview, I have my own keyboard designed by me, so I do not want the native keyboard of the cell / tablet to appear when I click a textarea or inpu...
asked by 16.07.2016 / 06:58
0
answers

Webview does not show content on some devices

Good morning, I would like to ask for a bit of help regarding an issue that I have in an app that implements a WebView and in some devices perfectly loads the web app and in others it does not, this is presented mostly try to show some im...
asked by 30.11.2018 / 17:59
1
answer

Open WhatsApp from webview android studio

Hello everyone and thank you very much for your time. Before writing my question I came up with possible solutions, I researched and could not find a solution. I have a WebView in Android Studio in which I wish through the WhatsApp api ( link...
asked by 07.08.2018 / 21:54
0
answers

Can you open WhatsApp from a WebView?

I have an error and I can not solve it, if someone can help me I will appreciate it a lot. I made a WebView application on android, which leads to a site uploaded to a free host, but on that page I created links to open WHatsapp (using the api),...
asked by 05.04.2018 / 01:47
0
answers

webView Does not load the resposive design [closed]

Greetings my people I'm grabbing this app with help from the internet ... .. This is the same app in different android oks what happens is that in the virtual android AVD loads well but in phone does not load the responsive of the web not huh di...
asked by 07.02.2017 / 23:40
0
answers

Download files from a WebView in a Fragment in Android Studio [closed]

I have a project almost finished, which is an official application for the university. The only drawback is that the WebChromeClient does not allow it in the Fragment . In Main I have this code: Activity activity = this; webview...
asked by 28.01.2017 / 21:04
0
answers

Open android gallery from an html

Good morning everyone. I'm trying to open the Android gallery from a .html that I have in the assets folder. This .html I open from a webView and everything works great except for a button that should open the file browse...
asked by 13.02.2017 / 12:19
1
answer

webView does not work

I have a problem, my application does not load the URL link The problem is that if I leave the application and load the same URL from the phone's browser, this url does work. This is why I think it is not a network error, but some error...
asked by 07.05.2018 / 17:06
1
answer

JavaScript Android Interface WebView Call Java function From JS onclick

I have all this code but I can not get JavaScript Interface to work with an html button to execute a function in java that starts an application with the intent method. I'm using Webview chrome client, an index.html file located in / main / a...
asked by 28.12.2017 / 17:34