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

Detecting pinch in Android browser

So there seems very little around about this. I need to be able to detect pinching in the Android browser with Javascript. Not with use of a plugin (except jQuery). The only site I have seen this implemented is Google Maps. Lets just say for now I…
Jasard
  • 415
  • 1
  • 7
  • 17
0
votes
1 answer

JQuery UI Dialog appearing under galleria on Android

Pretty standard galleria / JQueryUI code to display a dialog on a gallery page. Jsfiddle: http://jsfiddle.net/nHsM3/ Dialog appearing under the galleria gallery on Android 3.1 Samsung Galaxy 10.1 I have experimented around with the z-order of the…
0
votes
1 answer

Android Browser HTML Select Events onclick/onblur not working

Usually when I cant find information on an issue its due to something stupid! I currently have an Android phone and a select drop down has an onblur event. This works perfectly on mainstream desktops, but when I use it on my mobile, it appears the…
cgatian
  • 22,047
  • 9
  • 56
  • 76
0
votes
1 answer

Jquery Mobile I have two page one for android and one for iphone. How can i detect the browser and assign them?

I have a doubt in jQuery Mobile. I am building a browser page for Android and iPhone. I created both pages in two different HTML files. But i want to have one File and i want to assign the android browser for android page and iphone browser for…
dhiku
  • 1,818
  • 2
  • 22
  • 38
0
votes
1 answer

What is the simplest way to create a vertically scrolling div in the Android Browser?

Note: I realize very similar questions have been asked, but the mobile web is young and volatile, and those discussions being a couple of years old are likely out of date. I'm trying to create a simple scrolling
in the Android browser- what…
Travis Christian
  • 2,412
  • 2
  • 24
  • 41
-1
votes
2 answers

Bug in Android web browser: address bar hides content

So, I've drunk the web-app kool-aid, and I'm switching from building Android native apps to building web apps. But I'm having really bad problems on Android browsers with the address bar (update: specifically, my HTC Desire Z running Android 2.3.3,…
Richard
  • 31,629
  • 29
  • 108
  • 145
-1
votes
2 answers

redirect unknown website to google search result in web browser android studio

i really i appreciate the way you support each other in diff projects, have blessed-up... so to day i got question on my project i started and some of part of my project is based on here..... so that why am begging you favour to help me and my…
-1
votes
2 answers

How to programmatically zoom in/out browser ( not a webview )

How to zoom in/out browser programmatically (not a webview)? Or maybe it is impossible to do that ? For a PC I can do it by pressing Ctrl and + , but how to do it in Android? I speak about android browsers (like a Google Chrome), not about WebView.
abrutsze
  • 496
  • 1
  • 8
  • 24
-1
votes
1 answer

Stopping a browser programatically by reading a hardware key press in android

I am developing an application for android tv box with an IR remote . In my application I have successfully launched a web browser from my code , and I want to close this browser when the user press a button on the IR remote. I have tried to catch…
user2949215
  • 663
  • 1
  • 7
  • 11
-1
votes
1 answer

How to render website in android app?

I have an website and want to open in android app. When app opens my website url run and open in android app and i click on links on website it opens in this app. So basically it works as a browser. I am new as a android developer and made few basic…
Manish Tiwari
  • 1,806
  • 10
  • 42
  • 65
-1
votes
1 answer

knockout.js 'ko' dissapears from page in event handler on Android Browser 4.0.4

I am observing very peculiar behaviour, when testing system on Samsung tablet some of links stopped working. To make it easier to debug I am using Chrome Developer tools emulator, when page is loaded I can call kncoukout.js global ko from console…
Matas Vaitkevicius
  • 58,075
  • 31
  • 238
  • 265
-1
votes
1 answer

Set chrome as default render engine in Android

I have a Android box (Tronsmart s89) which runs Android 4.4.2 Kitkat with custom rom from Finless version 1.6. By standard the Tronsmart usses the old Android browser as default render engine (which I think is odd since Google stopped supporting…
-1
votes
3 answers

How to block opera mini users from accessing my website?

I've already did this for IE9 and lower users with conditional tags. But I have no idea how to address the problem on opera mini users. Also if possible I would like to block all versions of android default browser. Thank you I've found this way but…
Klaus
  • 1
  • 2
  • 8
-1
votes
1 answer

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 didn't work. Is it possible? My receiver is…
Asaf Pinhassi
  • 15,177
  • 12
  • 106
  • 130
-2
votes
1 answer

img src not working in android browser

I have a simple question. ex)
In iOS and desktop browsers are good. but android browser not working a img tag. This img tag is not connect with any JavaScript or even CSS. pure HTML…
Kim darry
  • 1
  • 3
1 2 3
35
36