Questions tagged [android-browser]

The web browser used on older (pre 4.4) and non-Google experience versions of Android, based on the open-source WebKit layout engine, coupled with Chrome's V8 JavaScript engine

The web browser available in Android is based on the open-source WebKit layout engine, coupled with Chrome's V8 JavaScript engine. The browser scores 100/100 on the Acid3 test on Android 4.0.

528 questions
2
votes
2 answers

Required Android Browser Text

I have some requirement where I want to get using INTENT, what url is entered in the Android Browser and to display it in my application. For your kind notice I have already checked the whole stackoverflow and have not got any relevant answer.…
user1610253
2
votes
0 answers

Frameset not working in android 4.0 webview

I want to use two html in a single webpage so i choose to implement frameset in html. it works fine in all android version except android4.0. If i html file in default browser its working fine but in webview only one frame is loaded not the other ie…
deepa
  • 2,496
  • 1
  • 26
  • 43
2
votes
1 answer

jQuery Mobile - NO CSS applied on Android browsers

i have tried to prepare some "demo" site using jquery mobile. Everything works perfect on my iPhone with Safari, Google Chrome, Dolphin Browser. On my desktop it also works great 1 : 1 like on iPhone. If i want to test it on my collegue's Samsung…
2
votes
2 answers

Javascript: detect monochrome display

I've been testing an HTML5 webapp on eReaders, and I got it mostly working, but the colors are all messed up (it's monochrome). My app uses lots of colors with an update every second. I need this to run on colored displays as well, so I need to…
beatgammit
  • 19,817
  • 19
  • 86
  • 129
2
votes
1 answer

Android browser touchend event bug workaround

I've been developing a mobile site for my homepage and I have run into an issue when hooking into mobile touchevents. Basically I would like to accomplish the following: User scrolls down on touchend event is fired --> a function is called to…
2
votes
1 answer

android browser location bar doesn't update for fragment change

This seems crazy. I must be missing something. When setting location fragment in Android Browser (ICS, 4.0.3), the location bar fails to update to show the new fragment. Seems to fail equally whether setting window.location, window.location.hash, or…
philo
  • 3,580
  • 3
  • 29
  • 40
2
votes
1 answer

test for overflow-y:auto returning true on android < 3 even though it doesnt work

im developing a webapp for android. At a place i need to find whether overflow-y:auto is supported or not in the browser because i need to scroll a div. But tests for this return true in android < 3, telling that its supported, but when used it…
ghostCoder
  • 1
  • 9
  • 49
  • 72
2
votes
1 answer

Javascript invalid date on Android 2.2 browser

I'm getting an invalid date exception on Android 2.2 default browser with the following date format. It is valid on Firefox, Safari, Chrome and Explorer. >var date = new Date('1985-07-10T22:00:00.000Z') >date.toString() "Thu Jul 11 1985 00:00:00…
sgimeno
  • 1,883
  • 1
  • 22
  • 35
1
vote
2 answers

How to make scrollbars in android browsers

How to use overflow-y in android browsers, for example in opera mobile? If I create a div with overflow-y style, thenn it wont work, like in the desktop browsers. So I want to make vertical-scrollable div, without using any libraries. Please give me…
Danny Fox
  • 38,659
  • 28
  • 68
  • 94
1
vote
1 answer

Should I consider mobile browser virtual viewports a systemic bug or are there effective workarounds?

Most browsers on mobile devices are using a virtual viewport that does not match the real display. There are several reasons why this is useful, the most important I think are: A small device may seem large enough for a usual old school web page…
dronus
  • 10,774
  • 8
  • 54
  • 80
1
vote
1 answer

Android - Cannot open browser Intent from the url string

I am pasring XML and collecting URL as a string variable. I get the link correct and I can set it in LogCat. However, when I set up onItemClickListener; it doesn't recognise link and throws ActivityNotFoundException. Here is the…
1
vote
1 answer

How to Avoid Loading Local Page in New Tab on Default Android Browser

I want to do the opposite of this: Android Browser: open several URLs, each on new window/tab (programmatically) In there, the answer was to use b.putBoolean("new_window", true); but what is the equivalent for same tab or same window? For some…
aimango
  • 1,567
  • 2
  • 15
  • 29
1
vote
2 answers

How to force Android browser to not change viewport's width when zooming in/out?

I would like to know how to force Android browser (preferably using pure CSS3) to not change viewport's width when user zooms in/out with his/her fingers ? I have multiple media-queries on page aiming to different viewport widths. But anytime user…
Frodik
  • 14,986
  • 23
  • 90
  • 141
1
vote
1 answer

Detect Android Browser Setting with JavaScript

In the android browser you can set "Enable Plug-ins" to "Always On", "On Demand", "Off". this leads to the fact that when a flash movie is embedded into a browser page, you need to tap on an arrow to start the movie. now my question is, is there any…
clamp
  • 33,000
  • 75
  • 203
  • 299
1
vote
4 answers

Force Android browser to redraw every second

I'm moving a very long image using -webkit-transform: translate(-958px, 0); animation The image gets cut off very soon after it starts to move horizontally, but if I slightly move the tablet screen, it redraws the screen and it displays the whole…
Syntax
  • 496
  • 2
  • 7
  • 16