Most voted "android-webview" questions
28 questions
Sort by count of
-
9
votes1
answer1343
viewsFullscreen Video on Android Webview
I have an application made on Android Studio using webview and runs a remote web application. The video is displayed perfectly on the webview. However, the option to fullscreen is not available in…
-
7
votes1
answer1682
viewsInput type file does not work in webview
I have an HTML page that has a form of upload imaging in Chrome on pc or any browser works but in my app that has a WebView that opens this page then click on Choose file he does nothing. It is…
-
3
votes0
answers131
viewsloadUrl finishes (crash) the app on Android
When using WebView.loadUrl(url); on Android or in some versions of Android the application finishes alone ("crash"), in case the failure occurred in versions 6 and 7 of Android. Notes: The Host GPU…
-
3
votes2
answers224
viewsLoading the web version of a website and not the mobile version into a Webview
How to press the WebView do Xamarin.Android a full site? It is bringing the mobile version. Example: I’m talking to WebView go to https://www.meusite.com.br And it’s bringing:…
-
3
votes3
answers2785
viewsHow to have a full-screen Webview?
My specific question: How to open a WebView in full screen at Android Studio? Change Theme in Manifest? Change Theme in XML? Force a JAVA script? Change view margins? Change code in Style? All these…
-
2
votes1
answer400
viewsSaving Webview history/cache
I’m building an app WebView, where the first screen is login. I would like the fields login and password could be recorded, so when the user closes the app those data were not lost.…
-
2
votes0
answers763
viewsIframe opens in full screen in webview in Android Studio
Every time I put an iframe, instead of opening it inside the page, the iframe opens in full screen. It follows project codes Mainactivity.java package com.example.duff.webviewoficial; import…
-
1
votes0
answers451
viewsWebview on android shows HTML
I’m developing an android app, which I use a webservice to pick up news from a website and play pro app. These news comes in HTML and I take a webview and I set the HTML to it, and it works…
-
1
votes1
answer152
viewsWebview android 6.0 does not load map with image
I have an application that gets js, html, css settings through Webview, to create an offline map. In android 4.4 works correctly. In android 6.0 no content appears. I make the call through the…
-
1
votes1
answer1012
viewsPush notification no webview - Android / iOS
I have an app running a webview. It’s a web system and the webview with the app. In the system, it has certain actions that the system sends push notification to the user. I made the integration…
android webview push-notification android-webview firebase-cloud-messagingasked 6 years, 8 months ago Gabriel 355 -
1
votes1
answer518
viewsWebview does not show the page
I set up my WebView to display the privacy policy of my application, but when opening it appears that the web page is not available. See: @Override protected void onCreate(Bundle savedInstanceState)…
-
1
votes1
answer68
viewsDisplay load icon whenever you click a link
I’m new in Android development and am working on an app that loads a web page through a WebView. However, whenever I open a link inside this app, there is a certain delay [the time of the other page…
-
1
votes1
answer146
viewsPlacing findViewById on the fragment
I am trying to put a webView inside a fragment that refers to webView that I put inside the xml for the findViewByIdmethod Fragment only works if I extend an Activity class. Is there any way I can…
android android-studio android-fragment webview android-webviewasked 5 years, 1 month ago renan silva das neves 159 -
0
votes1
answer295
viewsWebview with video
Opa galera good afternoon, I’m lately dealing with webviews, I was looking on the net for a way to run videos of the site type urls, which has a post and this post has a video, I did a search and…
-
0
votes0
answers205
viewssend push notification when feed is changed
I need to send the push notification to users of my app, is a webview with some blogs feed, and when this feed(rss) is changed it automatically sends a notification to users.
-
0
votes1
answer356
viewsMonitor Webview url
Hello! I am doing some tests on my android application and on a certain Activity I intend to put a webview. I would like to monitor the url of this webview, so when the user enters a predetermined…
-
0
votes0
answers428
viewsHow to speed up webview?
Is there any way to speed up website loading via Android webview? I saw that in my app it takes up to 5 seconds to load a page, while the Chrome browser loads in 1 second.
-
0
votes0
answers70
viewsInput file Multiple taking only 1 image from the gallery
I have a webview app in Ordova. On my website it opens the input file Multiple, already in the app, it opens and can select only 1 image. Someone’s been through it?
-
0
votes1
answer538
viewsShare webview url
I have a webview and a share button, I would like to know how to pass the web view url through the share? Below the code of my Mainactivity.java package radardf.radardf; import android.app.Activity;…
-
0
votes1
answer139
viewsHow to open a link in a browser that was clicked on a Webview on Android
I want to open a link that will be clicked on Webview, I want this open in the browser. I have here the code: mWebView.setWebViewClient(new WebViewClient() { @Override public boolean…
-
0
votes1
answer716
viewsOpen Activity if you don’t have internet
I have two Activity one has a webview and another is a page where if there is no internet should be displayed it. The problem is, when there is no connection, there is an error and it says that the…
-
0
votes1
answer608
viewsPass Activity variable to javascript function in Android webview
I’m trying to pass a variable that’s in Searchview on Toolbar from an Activity to a javascript function of a webview loaded html page, but I’m not getting it. I have been researching for two days…
-
0
votes0
answers54
viewsHow could I make this Javascript get inside the web view?
I’m making a web view of a site in Android studio, and this site has a button that makes the registration where I programmed the system on the site but it does not work in webview. How could I make…
-
0
votes1
answer84
viewsopen links mo webview without having http://or https://
I’m creating a browser for android, but I’m having trouble running the url without the need for the protocol on the link like opening www.google.com and the app automatically put http:// to stay…
-
0
votes1
answer162
viewsDoubt back button when opening webview browser
Good afternoon I have the following doubt I use a shouldOverrideUrlLoading to detect when certain link is clicked inside my webview for firing in android browser, Is there any way that opening this…
-
0
votes1
answer478
viewsHow to put loading bar with Flutter Webview Plugin?
I implemented a browser using Flutter Webview Plugin (https://pub.dartlang.org/packages/flutter_webview_plugin), in the example below: class _VisualizadorDeUrl extends StatelessWidget { final items;…
-
0
votes0
answers37
viewsIframe connection refused
I want to implement an android app from my online site, make a webview, however when trying to pass the link from my site to iframe from Appe try to show the content of the site in the refused…
-
-1
votes1
answer138
viewsMy application is done in webview and by clicking back with the android phone button it shows the msg Auncher stopped
This is my code Mainactivity.java when running on a device I click the back button simply appears the message Launcher stopped I really need to understand what is missing in the code my main concept…