android-browser Questions
7
Right now I have an app that loads a webview and all the clicks are kept within the app. What I would like to do is when a certain link, for example, http://www.google.com is clicked within the app...
Termitarium asked 19/11, 2010 at 21:23
43
Solved
How to open an URL from code in the built-in web browser rather than within my application?
I tried this:
try {
Intent myIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(download_link));
startAc...
Gauntlet asked 4/2, 2010 at 17:51
3
Solved
I have a very specific requirement: I need to open a URL link in a browser (not in a WebView), and I need it to open in the currently open tab, i.e. the opened page should be a "redirect" (meaning ...
Phonetist asked 19/12, 2019 at 10:25
8
Is there a way to open Chrome app on Android from default Android browser? I'm able to open the app, but it doesn't redirect user to correct page. This is what I tried:
<a href="googlechrome://...
Gerick asked 23/4, 2014 at 20:57
4
Requirement
I have requirement in my browser to enable/disable safe search while browsing.
On Google Safe Search Page
Block explicit results on Google using SafeSearch
You can filter expli...
Gaikwar asked 13/9, 2018 at 5:24
3
Solved
We are building a web app that has to be used as a standalone / homescreen app. In Chrome and Safari we can detect if it is viewed from the browser or from native-like browser container with either...
Leniency asked 19/11, 2018 at 16:7
3
I'm finding this hard to explain, but i'll do my best.
I have an app that opens the browser (firefox) and send information from that app to the webpage as a php variable, the problem i have is that...
Saleable asked 24/4, 2016 at 13:31
14
Navigating to http://whatsmyuseragent.com/ shows me my stock Android browser on my Galaxy Nexus running 4.2.1 has the user agent
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gec...
Halflife asked 18/1, 2013 at 16:56
2
Solved
I am using on my Android app a webview which loades an external page.
It has a few anchors (<a> tags). When I press on it, yellow border appears.
How can I prevent it and remove this border ...
Centimeter asked 13/9, 2011 at 8:18
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
3
I can successfully debug the front end of a web application running on a mobile device using Google's Chrome DevTools (chrome://inspect) when my mobile device is using the Chrome's browser (using p...
Boost asked 16/12, 2014 at 19:20
3
I am making a mobile website that uses JavaScript touch events. Things work fine in iOS Safari and Chrome for Android, but the stock Android Browser (version 4.1.2) is giving me trouble.
During a ...
Carduaceous asked 24/6, 2013 at 0:55
1
I have a fix positioned element at the bottom of the screen which works perfectly except for the Android browser where the bottom control bar overlays my element. It doesn't even trigger the window...
Imminence asked 8/12, 2014 at 11:30
1
Till API Level 22 (i.e. till Lollipop), there has been a way to read History and Bookmarks from the Chrome app (as shown in this thread) using the permission com.android.browser.permission.READ_HIS...
Yearbook asked 2/11, 2015 at 20:40
3
I'm trying to follow these instructions for debugging android javascript.
I am aware of How can I debug javascript on Android?, but it's not clear to me how (or if) I can hit breakpoints - either ...
Weaken asked 1/10, 2016 at 13:11
3
Solved
I want to disable the double tab zoom on a div in my web page on Android browser.
I tried prevent default on touch start and touchmove, cancelling bubble/propagation.
I even tried jQuery mobile dou...
Osmious asked 29/1, 2013 at 7:23
4
Solved
I was tracking down some ridiculously high load times that my app's javascript reported, and found that Android (and iOS) pause some JavaScript execution when the window is in the background or the...
Revel asked 11/4, 2013 at 21:31
4
Solved
On android devices with high density screens (devicePixelRatio of 1.5) the borders of html elements have wrong border width.
The two boxes here: jsbin sample, appear correctly on the desktop
but ...
Wendiewendin asked 18/11, 2013 at 14:53
5
Our client wants us to display numeric keyboard for an input field so basically I created a field like:
<input type="number" name="quantity" step=".01" value="0.00" />
However, Galaxy Table...
Gusher asked 21/6, 2012 at 9:6
2
I understand that there is 3 version of FlexBox in CSS.
Old, Tweener and New:
according to: http://css-tricks.com/old-flexbox-and-new-flexbox/
My question:
does that versions are different?
displ...
Capacious asked 4/8, 2014 at 11:36
2
Solved
Hi I have a Webapp that should be able to run on both Smartphone and Desktop Browsers alike. While I was expecting to get some curious behaviour on small devices like the Iphone, I was pretty confi...
Essentiality asked 24/4, 2013 at 11:54
1
Solved
In my app, I have been using some of these function that are coming up as unknown when using Android 6.0 (buildToolsVersion "23.0.1"), the functions are: Browser.getAllVisitedUrls(getCont...
Lansing asked 25/10, 2015 at 21:17
14
Solved
I'm developing a website for mobile. It works on Firefox desktop. It works on iPhone, but when I press a buton on Android 2.x (and maybe lower).
my JavaScript code crashes or what else...
...
Printer asked 12/5, 2011 at 16:32
6
I've a big problem with a jQuery Mobile Application:
I'm using custom functions (they are triggered by onClick) to switch the page with currentPage.
It only happens on Android-Devices on sites in ...
Crofoot asked 8/1, 2013 at 22:19
2
Solved
I'm working on an app in which I would like to implement swipe-to-dismiss functionality in the ListView - similar to what we see in Android 4.0's notification bar, recent apps list or browser tabs....
Lucrecialucretia asked 26/2, 2012 at 12:19
1 Next >
© 2022 - 2024 — McMap. All rights reserved.