android-websettings Questions
2
Solved
During an attempt to bring an older android application into the modern world, I have come across the deprecated statement of:
websettings.setAppCacheEnabled(false)
What is the modern Androidx alt...
Marienthal asked 25/8, 2022 at 13:10
14
Solved
I am working on a live project. and when user click on the app. the welcome screen appears(there is a webview on that screen). and if the internet is not connected then the app crashes. Basically, ...
Dextrose asked 26/7, 2013 at 11:35
1
I wanted to use webSetting allowFileAccessFromFileURLs in WebView but the setter is deprecated. how should I set this parameter.
Nicolette asked 23/7, 2020 at 12:55
3
Solved
I have a WebView with large text content.
I'm using the following WebView settings:
settings.setJavaScriptEnabled(true);
settings.setLoadWithOverviewMode(true);
settings.setUseWideViewPort(true...
Israelite asked 22/11, 2018 at 12:53
6
Solved
I have loaded an external URL in my WebView. Now what I need is that when the user clicks on the links on the page loaded, it has to work like a normal browser and open the link in the same WebView...
Monocyte asked 4/3, 2010 at 11:22
7
Solved
In my android application I have noticed that on press of back key, after onPause() automatically, onDestroy() is getting called.
How do I prevent the application from calling onDestroy() after on...
Canzona asked 19/12, 2011 at 4:55
5
I'm creating a WebView based Android app that enables the user to login onto a mobile operator. When I run the app the WebView opens the website but I get a message that the WebView doesn't allow c...
Crowson asked 30/11, 2015 at 12:27
0
In Android Studio, we are getting a deprecated warning during the build. This code is in onCreate(Bundle) of an Activity
String databasePath = webView.getContext().getDir("databases", Context.MODE...
Schema asked 12/12, 2014 at 18:31
5
I Want to Show WebPage Inside WebView. Up to this it is fine.
But I have WebPage (As Given Below) and I want Certain Part of it. I mean just Top Left Corner should be visible in fit to screen mode...
Unharness asked 22/11, 2012 at 6:54
1
Solved
I've recently noticed that my app has the occasional LAG. and by LAG I mean it can take up to 40 seconds, depends if I use Wifi or mobile data...
I load a page url, and then load js for execution:...
Shaker asked 1/8, 2013 at 13:41
0
I am loading RSS data from URL,and that RSS data can contain link to YouTube video.
Here is an example how link to youtube vide looks like:
div class="video-shortcode"><iframe title="YouTub...
Swinton asked 22/7, 2013 at 15:50
1
Solved
I've been developing* with Cordova (aka Phonegap) for Android for well over a year now and am trying to make my apps available to run in Jelly Bean, but I am getting the following error:
XMLHttpRe...
Entrenchment asked 13/9, 2012 at 15:11
1
Solved
I'm developing an app with phonegap+sencha touch2+android.
I've one panel showing various content that contains emails, some numbers in textual form. As it's a WebView when I tap on number, andori...
Edgeworth asked 3/8, 2012 at 15:27
1
Hello I tried to cache my web application with my android device. I tried everything but nothing will work. The Cache will not refresh only on android devices and not on other devices! Below you se...
Sandi asked 29/5, 2012 at 13:32
1
I am using phonegap to develop a web app for Android, and since I will have my own keypad in HTML, I need to disable android's system keyboard, preventing the it from showing up when the user click...
Trail asked 23/7, 2012 at 5:26
1
© 2022 - 2024 — McMap. All rights reserved.