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

android-facebook-sdk open facebook page

I use facebook-android-sdk-3.0.1.b to integrate my Android app with Facebook. After user has logged in (explicitly or implicitly - does not matter), the callback is called: @Override protected void onSessionStateChange(SessionState state, Exception…
Nick
  • 3,205
  • 9
  • 57
  • 108
0
votes
1 answer

javascript touchevent ‒ how to get the target

I am trying to make my website work on touch devices. On desktop devices I capture every click and if the target is child of a link i do some stuff and prevent the default. But on touch devices, android emulator right now, there the target is just…
philipp
  • 15,947
  • 15
  • 61
  • 106
0
votes
1 answer

Disable Android browser 'Save Password' functionality through the code

Possible Duplicate: How to disable the “save password” dialog on an Android WebView? Is there any way to disable the "save password" functionality on the android browser through the program.
Anchal
  • 859
  • 1
  • 10
  • 21
0
votes
2 answers

Simulate key press from an android service

I want to make an android service that would let me simulate keypress to fill fields on a web page when receiving an intent. Is this possible in any way or maybe through a different process (Not by simulation keypress?). For example an example of…
ulkar
  • 99
  • 2
  • 10
0
votes
1 answer

Clickable area not lining up with display for div?

I'm trying to make animating sprites that are clickable without using flash. On click (or touch), they should display a popup bubble. When the screen is clicked again (anywhere, be it on the icon, the bubble, or outside both,) it should dismiss. The…
ArtOfWarfare
  • 20,617
  • 19
  • 137
  • 193
0
votes
1 answer

@font-face embedded fonts not displaying in Android Browser select tag

I am using an embedded ttf font using @font-face in my webpage. The problem is that whenever I use it to display items or options in a select tag, everything except the currently selected item is shown as gibberish in Android browser. When I try it…
ajaybc
  • 4,049
  • 7
  • 44
  • 57
0
votes
1 answer

How to programmatically change proxy setting in Android

I am trying to make a simple proxy changer application in android. So I want to know that, is it possible to programmatically change proxy setting in Android.
VICKY Shastri
  • 133
  • 2
  • 3
  • 12
0
votes
2 answers

Android Browser source code - compile issues

I imported the android browser source code into eclipse. But, i could not build the code due to many errors. I referred to this link and tried the steps in the tutorial. How to compile Browser source code for Android 4.0.3 But, i am facing some…
Prem
  • 4,823
  • 4
  • 31
  • 63
0
votes
4 answers

In Android how to make my activity behave like a browser

I have two activities "Main" (with a button in it) & "Second", and I want when I click on the button in Main activity then Second activity should be launched but it should behave like a browser. Means browser should be opened when Second activity is…
swdeveloper
  • 908
  • 1
  • 11
  • 33
0
votes
1 answer

webservice call is not working in android browser

wen i deploy my web service on server, its working good in Internet Explorer but not working in mozilla and chrome. According to this link i add this header to my serveer Access-Control-Allow-Origin: * but still its not working. then i got the…
Rikin Thakkar
  • 1,268
  • 3
  • 13
  • 27
0
votes
1 answer

Android ICS browser fixed header style disappearing

I'm finding an odd bug in the Android ICS browser, both on my Skyrocket device and in the emulator. Basically the fixed header I have is losing almost all of it's styling (reverting to text though still fixed it appears). This appears to occur when…
0
votes
1 answer

Android Browser Rendering border radius incorrectly with larger border

I'm running into a problem on the Android Webkit browser. This is happening on Android 4.0.3 and earlier. The design calls for a 15 pixel top border within a div and then rounded corners. I am using border-radius to accomplish this and this works…
Conner
  • 19
  • 6
0
votes
1 answer

Android browser not respecting overflow: hidden with max-width

I'm trying to make my blogs readable on an android browser, but it always ends up needing to scroll horizontally. Right now, my solution is working in chrome so that when I resize the window to a width smaller than the article content the article…
Conner
  • 30,144
  • 8
  • 52
  • 73
0
votes
1 answer

Diplaying round corners in Android browser

I have problem with displaying round edges in Android browser (in Samsung Galaxy Tab). However, it works fine in IOS browser (in iPad and iPhone i.e, Safari). As shown in the following image Link to the image Round corner display problem in Android…
Ayaz Pasha
  • 1,045
  • 6
  • 13
  • 28
0
votes
1 answer

Android browser logs out of ASP.NET website

I have a ASP.NET Webforms application that is being used with Motorola Tablets (Android 3.2) Wenn users navigate it often logs out. In my logfile i cant find anything unusual, im using a FormsAuthenticationTicket to log the user in. Any idea how to…
Arnoud Kooi
  • 1,588
  • 4
  • 17
  • 25