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

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
  • 162
  • 1
  • 4
  • 13
-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
35
36