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.

522 questions
-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
  • 446
  • 1
  • 6
  • 20
-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
  • 493
  • 1
  • 6
  • 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,546
  • 9
  • 35
  • 59
-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
  • 49,230
  • 25
  • 212
  • 228
-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
  • 14,214
  • 11
  • 102
  • 121
-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
-2
votes
1 answer

Opening browser in my application

I have to open browser in my Android app. I know how it can be done but is it possible that when browser is opened and the user tries to see all the open application, my app and the browser seem to be in one or in other words browser opens within my…
umesh lohani
  • 132
  • 3
  • 12
-3
votes
1 answer

How to display android default browser name and version?

I need to display default browser name and version in android. I am not looking for chrome or firefox or etc.
-3
votes
1 answer

Open URL from WebView in browser

I need to open the URL in default browser of the phone (not in the application's WebView). Below is my code, but it launches the URL in WebView. How can I open the URL in the default browser? Activity2.java public class Activity2 extends Activity { …
1 2 3
34
35