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

Detecting the stock android browser with PHP?

As many of you might have encountered, the stock Android browser, thankfully discontinued in Android 4.4 is more or less the modern IE6 - riddled with bugs and broken to the point of inciting suicide amongst developers. Consequently, the need to…
styke
  • 2,116
  • 2
  • 23
  • 51
2
votes
2 answers

CSS background doesn't repeat on stock android browser?

Code is very simple, as follows: #intro-panel .button.loading { background-image: url(../img/loading_button.svg); background-size: auto 103%; } Chrome 36: Same goes for Chrome on android 4.2.2 However, the stock browser serves me this…
styke
  • 2,116
  • 2
  • 23
  • 51
2
votes
0 answers

Jquery Mask Strange Behavior In Android Browser

i have an input with type text in my html file and want to mask it with 00/00 pattern . but when i want to type it sample input 12/10 it converts to 12/01. if i explicitly type / character everything works fine. i test my html code in all desktop…
Soheil Ghahremani
  • 1,135
  • 1
  • 16
  • 36
2
votes
0 answers

Check if app not install suggested download it when user navigate to my website from android browser?

I've googled more about linking to app via browser, but I can not found my solution. I used from this manifest code:
Naruto Uzumaki
  • 2,019
  • 18
  • 37
2
votes
2 answers

background:cover not scaling on mobile browsers

The project I'm working on is a 1 page website that is split up into sections, the first section is the masthead with a background image applied to it. My goal is to make this image responsive on resize, so I set the background-size property to…
BardiaD
  • 119
  • 1
  • 9
2
votes
3 answers

how to open a audio and video embed in url on android browser

In my project i need to open the url that contain embed audio and video in the same link i try lot of method to open but i cant able to get the output and lot of link for this till it is not clear for this type of problem. I'm using 2.3 version…
Jagan
  • 692
  • 1
  • 12
  • 38
2
votes
0 answers

SVG with image tag inside is not displaying for android and iphone

I have severals svg in a hybrid app, and some of them contain an image tag (for shadows) sample:
errold
  • 333
  • 1
  • 2
  • 8
2
votes
0 answers

Open twitter from android app

From my android app, I want to open a link to Twitter page (in browser). I did the same thing with Facebook using this : public static Intent getOpenFacebookIntent(Context context) { try…
choco
  • 255
  • 1
  • 7
  • 14
2
votes
1 answer

How to open Number keyboard for iOS , android if the html5 textbox type="text"?

i have the following questions for html5 mobile textbox. is there any option to open number keyboard for ios and android platform if the input is type="text". issue i am facing here is, if the textbox is type="number", not able to append $, %…
Bharathi D
  • 953
  • 1
  • 15
  • 28
2
votes
0 answers

AppCache stucks on android native browser

I run into a strange issue with my mobile site on which i'm trying to implement the appcache functionality. It works fine on desktop (Chrome & Firefox), on chrome for android and on iOS. But the android native browser (Android 4.3 running on a…
schaenk
  • 633
  • 1
  • 6
  • 17
2
votes
1 answer

Handling share and other actions from Chrome

I have an app which can play some videos, think MXPlayer plus a light browser. So I would like to get the opportunity to handle certain video files when someone clicks on a link in chrome of one those files, and also I would like to appear on the…
casolorz
  • 8,486
  • 19
  • 93
  • 200
2
votes
1 answer

App not showing in "Apps" in simulator

I have an app with the below intent in my manifest:
birdy
  • 9,286
  • 24
  • 107
  • 171
2
votes
0 answers

AngularJS v1.2.6 routing does not work

I have seen many different questions that look alike mine but my question is different. I have the following routes set up. myModule.config(function($routeProvider) { $routeProvider. when('/', {templateUrl: 'views/splash.html',…
Aleyna
  • 1,857
  • 4
  • 20
  • 27
2
votes
1 answer

Open an html page in chrome browser

How to open an html page which is located in my application data in chrome browser? For default browser i am using following code - Intent browserIntent = new Intent(Intent.ACTION_VIEW); browserIntent.setData(Uri.fromFile(file)); …
unflagged.destination
  • 1,576
  • 3
  • 19
  • 38
2
votes
1 answer

Android 4.1 stock browser: Can't open links in new tab

I am having an issue opening links in a new tab, specifically a link to google maps with location data. It opens in a new tab fine on iOS 6/7, and Chrome Browsers. Here is the tags I am using:
Neil
  • 2,509
  • 7
  • 32
  • 47