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

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 running and it still occurs. I hooked the phone up to…
thelastshadow
  • 3,406
  • 3
  • 33
  • 36
0
votes
2 answers

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" app and also a web app with reduced functionality.…
bjudson
  • 4,073
  • 3
  • 29
  • 46
0
votes
0 answers

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 the image instead just kept on painting on the…
Rakesh Reddy
  • 136
  • 9
0
votes
1 answer

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 -> wait 60 seconds -> open page 2 in iframe within page…
Akshaya Shanbhogue
  • 1,438
  • 1
  • 13
  • 25
0
votes
2 answers

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 values that are initialized with them. for…
0
votes
1 answer

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 fields. they all have a fix value. (screen 1) Screenshot…
gn90at
  • 29
  • 1
  • 4
0
votes
2 answers

Playing wav files in the Android browser

Using the html 5 audio tag it appears it is possible to play back an mp3 through the android browser. Is it possible to do it using a wav file? If not through the audio tag is there another way to do it?
SamFisher83
  • 3,937
  • 9
  • 39
  • 52
0
votes
5 answers

jQuery click() event does not work in Android Browser

This code runs in Chrome, but not in Android Browser or Chrome for Android 18 (Android 4.2; CyanogenMod 10.1): $(function(){ $(".save").click(function(){ alert('Saved'); }); }); ​ Working example: http://jsfiddle.net/BCVdc/4/ Is…
Martin
  • 1,312
  • 1
  • 15
  • 18
0
votes
2 answers

Ajax error when using Sencha Touch web app on Android browser

My Sencha Touch 2.1 web app works fine on iOS broswer, Google Chrome & desktop browsers. However, on native android browser I am not able to make any Ajax calls. It's just giving me an error: Uncaught TypeError: Cannot read property 'connection' of…
Raj
  • 65
  • 3
0
votes
1 answer

MVC3 calling controller passing variables via JavaScript - that works with Android

I have some standard code that looks like this window.location.href = "/Home/Foo?Name=" + $('#Name').val() + "&Email=" + $('#Email').val(); This works as expected on a standard computer browser but it seems to fail when running on Android. Anybody…
SF Developer
  • 5,244
  • 14
  • 60
  • 106
0
votes
1 answer

making adult content filter app in android

i have made an browser in which it will not allow the user to see any adult content. i used only matcher and pattern something like this: Matcher m = p.matcher(s); Pattern p = Pattern.compile("\\b" + Pattern.quote("word which you want to block") +…
0
votes
1 answer

Why W3 validator fails?

When I use Chrome, Firefox or Opera i have no problem with my website under Desktop computer, but when I use default Android browser (also on Google search preview), right menu does not show up. I checked on W3 validator website, but for index page,…
www
  • 586
  • 1
  • 14
  • 29
0
votes
1 answer

Android Browser - prevent zoom effect on Double Click (tap) on background

In my mobile webpage I use but in the Android Browser when I double-tap the background, the screen still tries to zoom…
Dylan
  • 9,129
  • 20
  • 96
  • 153
0
votes
1 answer

Disable address bar of browser in android

I have disabled the android address bar by using the below line of code. if(isAddressBarEnabled) mLayout.findViewById(R.id.address_bar).setVisibility(View.VISIBLE); else …
sundeep
  • 601
  • 1
  • 8
  • 21
0
votes
2 answers

Disable downloads for a browser in android

I am using fennec(Morzilla browser) in my android application. In this application if i select to disable downloads it must disable the downloads in the browser as well. How can i do that?
sundeep
  • 601
  • 1
  • 8
  • 21