Questions tagged as 'android-webview'

1
answer

Fullscreen Video on Android Webview

I have an application made in Android Studio that uses webview and runs a remote web application. The video is displayed perfectly in the webview. However, the fullscreen option is not available in the embedded player on the page. See the...
asked by 10.08.2017 / 17:53
1
answer

Input type file does not work in webview

I have an HTML page that has a form of uploading images in Chrome on your pc or in any browser works but in my application it has a WebView that opens this page then clicking choose file does nothing. Is it possible to arrange thi...
asked by 16.01.2017 / 17:36
2
answers

Upload web version of a website and not the mobile version in a WebView

How to load WebView from Xamarin.Android a complete site? He is bringing the mobile version. Example: I'm talking to WebView go to link And it's bringing: link     
asked by 14.03.2018 / 14:31
0
answers

loadUrl ends (crash) the application on Android

When using WebView.loadUrl(url); on Android or some versions of Android the application ends alone (crash) in case the failure occurred in versions 6 and 7 of Android. Notes: GPU Host is enabled on emulators Problem occurs on...
asked by 07.11.2016 / 17:48
2
answers

How to have a WebView in full screen?

My specific question: How do I open a% s of full screen% in Android Studio? Change Theme in Manifest? Change Theme in XML? Force a JAVA script? Change the view's borders? Change code in Style? All these attempts quoted above have been thor...
asked by 12.01.2017 / 23:19
1
answer

Write WebView history / cache

I am mounting a WebView application, where the first screen is login . I would like the login and password fields to be saved, so when the user close the app this data would not be lost.     
asked by 02.04.2017 / 20:57
0
answers

Iframe opens full screen in webview in Android Studio

Every time I place an iframe, instead of opening it inside the page, the iframe opens in full screen. Follow project codes MainActivity.java package com.example.duff.webviewoficial; import android.support.v7.app.AppCompatActivity;...
asked by 15.03.2017 / 22:56
1
answer

Webview android 6.0 does not load map with image

I have an application that gets the js, html, css settings through WebView, to create an offline map. In android 4.4 works correctly. No content appears in android 6.0. I make the call through the assets webview.loadUrl("file:///android_...
asked by 29.09.2017 / 16:10
1
answer

WebView does not show the page

I set up my WebView to display the privacy policy of my application, but when it opens it appears that the web page is not available. See: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceSt...
asked by 29.03.2017 / 03:54
1
answer

Display loading icon whenever they click on a link

I'm new to Android development and I'm working on an application that loads a webpage through a WebView . However, whenever I open a link within this app, there is a certain delay. I would like a loading icon to be displayed whenever so...
asked by 08.10.2017 / 23:35