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

Is there any way to open url on android phone via only NFC not url address?

I'm very new on NFC. I realized NFC can open URL on browser. But I want to hide my URL or prevent user that access via url address not NFC. Is there any method to do this? or method removing url history so that user cannot access by url. please…
Lion.k
  • 2,519
  • 8
  • 28
  • 43
0
votes
1 answer

Zooming-in a page on the Android browser creates a horizontal scrollbar

I'm trying to create the simplest possible portable page that will display on all browser widths. So I created http://itia.ntua.gr/~anthony/tmp/, which is the kind of HTML we were using 20 years ago. No CSS, no fixed-width stuff, no javascript, just…
Antonis Christofides
  • 6,990
  • 2
  • 39
  • 57
0
votes
2 answers

Delete Android Browser Boookmark

I'm trying to develop an android app that could delete android's built in browser bookmark. Here is my code ContentResolver cr = getContentResolver(); try { Cursor c = cr.query( Browser.BOOKMARKS_URI, …
Chethan Shetty
  • 1,972
  • 4
  • 25
  • 45
0
votes
1 answer

Two selects on top of each other not working on older android devices

I have an interesting bug. I have no idea why this is happening. I have a large project that has tons of inputs and selects. When a select popup shows ups it is not clickable on older android devices. Specifically what is causing the issue is…
David Corrado
  • 363
  • 3
  • 19
0
votes
1 answer

Android browser with jQuery rendering is slow

I have a web app that downloads about 20KB of JSON data (through jQuery/AJAX) and turns it into an HTML table with over 300 lines and 6 columns. The desktop Chrome browser handles this in under a second, but the Chrome browser on Android takes about…
Brent Washburne
  • 12,904
  • 4
  • 60
  • 82
0
votes
1 answer

How do I programmatically access bookmarks in Opera and Mozilla browsers for android?

From what I read, I need the bookmarks URI from each browser: private final Uri CHROME_URI = Uri.parse("content://com.android.chrome.browser/bookmarks"); private final Uri MOZILLA_URI =…
Goran Horia Mihail
  • 3,536
  • 2
  • 29
  • 40
0
votes
1 answer

Do TTF fonts work with Android 4.0.3's default browser?

Our project had a @font-face rule like this for using a custom font: @font-face { font-family: "Foo Light"; src: url("foo.eot"); /* IE9 Compat Modes */ src: url("foo.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */ url("foo.woff")…
Behrang
  • 46,888
  • 25
  • 118
  • 160
0
votes
2 answers

Appending value to textbox from javascript not working in Android default browser

I am trying to implement phone no. masking for Mobile website. And I could not use jquery mask plugin as it was not working properly in devices. Below implementation is working fine in Android Chrome Mobile Browser. But in case of Android default…
0
votes
1 answer

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: