The default web browser available in Android, based on the open-source WebKit layout engine, coupled with Chrome's V8 JavaScript engine

learn more… | top users | synonyms

0
votes
1answer
13 views

Iframe position absolute not working in android browser

I have a simple web page with an iframe inside a div container. Used bootstrap responsive every thing works fine with the below code: <div id="container"> <iframe id="iframe2" ...
0
votes
0answers
10 views

Unsupported Action in Android Browser 2.3

I am having a list in a html page as below, test@gmail.com test2@gmail.com When the user clicks in this list from the default browser in android 2.3, it automatically detects the text as an email ...
0
votes
0answers
14 views

Detect a hardware key in the browser without charCode, keyCode or “which”?

I have an Android device with hardware buttons. Two of these buttons can be detected in the default browser on a page using: document.addEventListener("keydown", keydown, false); However, the ...
0
votes
0answers
21 views

AjaxForm not working in android browser

I can't catch success callback in android browser after sending form, but file that I send - sent successfully.
-1
votes
0answers
48 views

Multiple Select List not displaying on Android

I have a web app that I'm working on, but have run into something of a problem. I have a selection list that needs to display multiple lines and allow the user to select multiple things. This is ...
0
votes
0answers
42 views

app restarts itself when returning from browser

hi guys i am creating an app where i have a fragment and a list view inside it.Onclick of an item of a listview that contains url ,opens a web browser using intent.after spending few seconds in ...
0
votes
0answers
60 views

fixed block element won't be painted on android default browser

I have a fixed header that sits on top of the page. For some reason, <header> is not display on Android browser until I touch the screen. Instead, there is an empty white box displayed. I don't ...
1
vote
0answers
59 views

Android 4.1 default browser renders HTML page in a strange way

We got a login form, gently produced by Rails. But when we access the website from Galaxy S3 and it is accessed first time (or caches are clear), the page does not render fully. Instead, the bottom ...
3
votes
1answer
270 views

Performance problems with HTML5 Canvas in some mobile browsers.

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 ...
1
vote
1answer
109 views

Android Browser breaks with CSS media query on resolution

It seems like the Android Browser doesn't support (and breaks when using) min-resolution in a media query. I've read a bunch of sites suggesting using it for Android so I'm a bit confused why it's ...
0
votes
1answer
26 views

Some URL are not opening in external Browser while invoking from app

when i am trying to open a url by invoking a native browser from my app ,It was not loading from the app,Not launches the browser also. Nor I am not getting any exception.i used try/Catch.Similarly I ...
1
vote
0answers
25 views

Android Browser is in infinite loading state - Can I see what's loading?

Is there a way to see what's loading in the Android Browser app? My app won't finish loading on in this browser so I'd love to see what's causing it.
4
votes
1answer
214 views

Creating custom tabhost like in chrome browser for Android

I want to create custom tabhost for browser like tabs. I am confused about how to apply it for a layout like in chrome browser tab as in the image. Here is what I have tried. I want to know how to ...
0
votes
0answers
16 views

Touchend and Sliding Finger Off Button

I've got a volume buttons that bind to the the touchstart and mousedown events, and the touchend and mouseup events (I've also tried touchleave and touchcancel). When the user has their finger held ...
2
votes
1answer
49 views

Android keyboard keeps appearing after closed

I have a textarea in my html. When the user taps on it, the keyboard properly pops up. After hitting the keyboard close button, the keyboard keeps appearing when tapping elsewhere on the screen. Is ...
0
votes
2answers
72 views

Is it possible, in JavaScript, to detect when the screen is turned off in the Android/iOS browser

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 ...
0
votes
1answer
28 views

Android Browser JavaScript Not Properly Measuring Height

I am using a jQuery script to place an element a given distance from the bottom of the screen. (Yes, JavaScript is necessary to get the dynamic, intended behavior on this page.) For most browsers, ...
0
votes
2answers
149 views

Twitter Bootstrap Icon Bar Color Style

I have a light Twitter Bootstrap menu, but want the button that toggles a drop down menu in phones and tablets to be dark. I've added the following style. It works in Firefox, but the style changes ...
0
votes
1answer
104 views

asp.net Panel DefaultButton property not working in Android Browser?

clicking go button in android keyboard does not firing Default button. This works in iPhone <asp:Panel runat="server" id="SubmitPanel" DefaultButton="Submit"> <asp:LinkButton ID="Submit" ...
1
vote
2answers
213 views

Is it possible to close browser tab in android programmatically?

I have an app which plays music from a local server and opens music player in the web browser but when the user goes back to the Home activity and launches Another activity which plays a video on the ...
0
votes
0answers
52 views

Alignment (Padding) issues with right-to-left website on Android Browser

I'm developing this bilingual website for an Arabic company. http://www.arzaq.ws/html Everything's working fine so far in all devices, but when i tested it on the Android mobile platform, I ...
0
votes
0answers
77 views

Font / SVG rendering artifacts in Sencha Touch / Android

I have the following problem: the Android browser renders font and SVG artefacts in a webpage made with Sencha Touch 2. It seems to re-render every card in a Ext.navigation.View after a short delay ...
0
votes
1answer
211 views

Download a file in hidden iframe: Android equivalent in Comet context?

I am currently using the following JS code to trigger a file download without leaving the page I'm on: var iframe = document.createElement('iframe'); iframe.style.display = 'none'; ...
0
votes
1answer
64 views

Mobile optimised website different zoom levels on different browsers

Thanks in advance... I've built a site that is responsive and has a mobile friendly version. The problem I'm having is, on my Nexus 4, an iPhone, and most other Android devices I've tried, it ...
0
votes
1answer
42 views

Android Browser relative height inaccuracy

I try to create 3 divs that covers whole space on mobile browser. I occurred little problem. With this styles: <style> body, html { width:100%; ...
1
vote
0answers
88 views

javascript css call by variable not working in Android browser

I am looping through a set of images, and then setting their height to match a variable. The following code is working just fine with Firefox, however is unresponsive in Android's browser. Thoughts? ...
1
vote
2answers
76 views

Get url from android browser

is it possible to get callback whenever a url is opened from the android browser. getallvisitedurls() method returns just url, I want it in realtime and with timestamp of the access.
0
votes
1answer
203 views

Android stock browser: How to prevent double tap closing browser

On a HTC Desire Z and a HTC Wildfire I'm seeing issues in the stock android browser where a double tap on any part of the web page crashes the stock browser. I've tried preventing JavaScript from ...
0
votes
0answers
141 views

Android 4.2 mobile website — hiding the address bar

I see that some latest Androids like the Samsung S3, Nexus 4 display the browser address bar as an overlay to the page and not as part of the page, as the iPhone or earlier Androids. I am using the ...
1
vote
2answers
52 views

Android get browser's adress

is there a way to get address from the browser that user is trying to open using some listener or something, and if the address is in the database and the address is banned, stop loading that address ...
1
vote
1answer
179 views

Disable Android Browser's (WebKit's) input focus glow

I'm trying to style inputs for a webpage. When the webpage is viewed on Android 4.0.4 default browser, focusing on an input applies a blue glow. Idle: http://i.stack.imgur.com/HyE2A.png Input ...
2
votes
3answers
182 views

html5 canvas pixel manipulation problems on mobile devices when setting the alpha channel

I'm attempting to do some raw pixel manipulation, but I'm seeing some very inconsistent results on my android device when setting the alpha channel. A simple example of the kinds of things I'm seeing: ...
1
vote
1answer
93 views

Is it possible to detect samsung stock browser

Because the canvas bug of samsung stock browser, my program will cause error. (http://code.google.com/p/android/issues/detail?id=39247) So I want to disable canvas on all Samsung stock browser. ...
0
votes
0answers
55 views

Android browser input type number

Issue in Android browser (4.03) for below markup. <html> <body> Androind 4.03 Browser test page<br /> Type .9 in the input field below and click/tap button below.<br /> ...
0
votes
1answer
145 views

Retrieve browser history records in all the browser apps in android?

I want to get all the browser history records from different browsers in android mobile phone ?(Maybe as you know, there are usually more than one browser apps in a phone ).Is there anyone has done ...
0
votes
0answers
16 views

Retrieving Android Browsers HTML Source to my Application

Can someone help me on how to load the Android Browsers HTML Source of the current website into the application that I am developing. Also I need to load the current URL into my application.
0
votes
2answers
346 views

Sencha Touch not launching in mobile browsers

I've been working on a Sencha Touch 2.1-based mobile app for a while, mostly testing with desktop Chrome and a PhoneGap / Cordova package on iOS. Recently I decided I want to launch it as a "native" ...
1
vote
3answers
754 views

Disabling double tap zoom on android web browsers,without viewport

I want to disable the double tab zoom on a div in my webpage on android browser. I tried prevent default on touch start and touchmove,cancelling bubble/propogarion. even tried jquery mobile doubletap ...
0
votes
0answers
114 views

How to implement both scroll and paint in a sencha touch based application

I have a sencha touch 2.0 web application which I used on tablet(accessing from website address). It is a small application to paint on a canvas layer over an existing image. I was unable to scroll ...
0
votes
1answer
50 views

Stop android browser from alerting “Device not connected to internet”

Here is my problem - I have a HTML page (page 1) which connects to another HTML page (page 2) in an iFrame. However this loading is done, say a minute after the page load completes. ie. page 1 -> ...
0
votes
2answers
95 views

on back pressed from browser erases all my variable value

I have button.Onclicking button it cals->choose Browser->on choosing Browser it loads my Url. on coming back from browser,all my previous locally set variable value are cleared.Variables have have ...
1
vote
0answers
276 views

Videos not playing in my android app

Why are the videos not playing inside my app. I have developed an android application, I use mobile firefox browser to browse inside it. Now when I try to play video's they won't play. I tried the ...
0
votes
1answer
123 views

Add bookmark to chrome browser on Android

Is it possible to add a bookmark (by code) to Google chrome browser Android? Does anyone knows how?
0
votes
1answer
717 views

How to detect the stock Android browser

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 Gecko) ...
9
votes
3answers
408 views

Implementing three actions inside a single menu item in Android

I want to have similar menu item functionality as in the chrome browser for mobile as it is in the picture. I want to have back, forward, refresh menu items in a single row. How can I implement a ...
0
votes
1answer
251 views

jQuery Mobile - android input value

I got a strange jQuery Mobile problem (sorry for my English) (tested with a Samsung Galaxy S2 - Default Browser. On my Nexus 4 there is all fine (Default Chrome)) I have a form with some input ...
0
votes
0answers
61 views

Javascript not reading the correct height from Samsung Galaxy Android tablet

I'm trying to read the window size with javascript and this works fine for every platform I have tested except Android. I'm resizing div's based on this number so every div would fill the screen. On ...
7
votes
3answers
577 views

changePage “jumps” back to old page

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 ...
-2
votes
1answer
116 views

Make a link in the Android browser call an intent receiver

I would like to make a link in Android browser to be able to call a receiver. I read this post on how to make a link start my app and tries to do the same for my startup receiver receiver, but it ...
-4
votes
1answer
64 views

How to verify browser is developed for 10ft environment in google tv? [closed]

I have a default web kit browser on my android TV? How I can verify browser is in 10ft environment? Any testcases or check list is available for this?

1 2 3 4 5 6