Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
340 views

Why android webview is much slower than the native android browser?

In my application, i have some external urls to load, for which i am using a custom webview. but the performance of this webview is very very slow. If i open the same url in native android browser, it ...
5
votes
2answers
382 views

Reflection gradients using CSS in android browser

I have some CSS for displaying a reflection on an element which uses -webkit-gradient to fade out: .foo { -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(rgba(255, ...
4
votes
1answer
222 views

Android WebView VS Phone Browser

I've experienced a LOT of strange behaviours with using WebView in Android and I'm wondering why there are so many diffrences between the WebView and the Browserinstalled on each phone? As an ...
3
votes
1answer
41 views

image.onload fires before image is completely loaded

I'm making a game using javascript + canvas. I use the code below to ensure var imgLoaded = 0; var imgToLoad = multiImgs; var onImgLoad = function() { imgLoaded++; if(imgLoaded == imgToLoad) ...
3
votes
1answer
143 views

In Android-Browser: Bug with CSS-Position and clickable areas. Workaround?

There is this known Android Browser Bug. When you have some clickable content like <a>, <input> or <area> and before this you have an absolutely positioned element with a bigger ...
3
votes
2answers
236 views

Android anchor tags not working

Edit: Tested on Droid X running Android version 2.2.1 I'm developing a webpage designed to run on mobile devices, specifically Android and iOS. Everything seems to be working on iOS, but I'm ...
3
votes
2answers
2k views

Android: The type java.lang.Enum cannot be resolved

I downloaded Android's Browser project (from git) and imported it to Eclipse. I cannot build it however because of the following error: The type java.lang.Enum cannot be resolved. It is ...
3
votes
2answers
303 views

Android Web Browser Scaling Works More Effectively for Images than Sprites

I'm developing a mobile web application and I have a home screen with a number of icons on it, so I tried to use a sprite to serve all the images in one swoop. I noticed, however, that the iphone4 ...
2
votes
1answer
77 views

PHP flush() / ob_flush() not working only with Android browser

I have found similar questions but none as specific as this one. The following code is a simplified version that reproduces the problem. <?php function addProgressText($texto) { echo ...
2
votes
0answers
142 views

Google Analytics interferes with history.back() in android browser?

I have a html5 mobile app where everything exists on a single page and I use history.back/popstate/etc to change the contents of the page (via jQuery Mobile). I'm using Google Analytics to track ...
2
votes
1answer
144 views

Android notification after an application was closed

I've been looking around and I can't find any way to get a notification when an application was closed by the user in Android. I know, you'll say onPause() or onStop(), but what if I can't touch the ...
2
votes
1answer
554 views

Android browser - remove outline border when anchor is focused

I am using on my Android app a webview which loades an external page. It has a few anchors (<a> tags). When I press on it, yellow border appears. How can I prevent it and remove this border ? ...
2
votes
3answers
145 views

Is is possible to pass a custom argument to android market so my app receives it on first launch?

Is there a way to pass a custom argument to android market (or any other way) so my app receives the argument after it gets installed (and run for the first time). Let me explain. Start an ...
2
votes
2answers
251 views

How to force the browser not to open a new page each time?

I'd like to thank in advance all the people who will take the time to read my post (and maybe answer it :p) I'm developping a very simple Android application, which aims at displaying a website. Of ...
2
votes
2answers
395 views

Back button in browser

From my application I use an Intent to open a web page in the Browser. The default behaviour is that back button leads to previous page in the browser and not back to my application. Is there a way to ...
2
votes
1answer
736 views

Authentication Error

I am trying to view a web page, fron an Android app, that requires authentication and get the following message: ----- Android webView error start -------- "You do not have permission to view this ...
2
votes
2answers
2k views

How can I make the Android browser render my document at the screen's size?

I'm working on a site that's supposed to scale fluently down to low resolutions, so that it would work just as well on a phone. This works well in Firefox and Chrome when I just make the window ...
2
votes
3answers
3k views

Launch Browser Intent with Custom Class - cannot find Activity

I want to specifically run the default Android browser for a given URL. I'm using this code: Intent i = new Intent(); i.setAction("android.intent.action.VIEW"); ...
2
votes
1answer
353 views

Javascript ended event when video playback ends on android

I have been trying to create a web page that will redirect the user after he has watched a video (or if he aborted the playback). I've got this working on the iphone but can't really figure out how it ...
1
vote
1answer
29 views

Android - Cannot open browser Intent from the url string

I am pasring XML and collecting URL as a string variable. I get the link correct and I can set it in LogCat. However, when I set up onItemClickListener; it doesn't recognise link and throws ...
1
vote
1answer
27 views

How to disable highlighting of a canvas on tap for Nexus Galaxy?

I'm writing a web app that uses an HTML5 canvas and testing on a Nexus Galaxy. When the user taps on the canvas, it highlights teal for a second, even though I am calling preventDefault() on the ...
1
vote
1answer
60 views

Why android browser viewport is much smaller than actual screen size of the mobile phone, even when using width=device-width?

I would like to ask why my HTC Desire HD's browser reports viewport's width of 369px even though the actual pixel size of the screen is 480x800 WVGA. I am using in my page this CSS styles: <meta ...
1
vote
2answers
178 views

How to force Android browser to not change viewport's width when zooming in/out?

I would like to know how to force Android browser (preferably using pure CSS3) to not change viewport's width when user zooms in/out with his/her fingers ? I have multiple media-queries on page ...
1
vote
0answers
47 views

Detect Android Browser Setting with JavaScript

In the android browser you can set "Enable Plug-ins" to "Always On", "On Demand", "Off". this leads to the fact that when a flash movie is embedded into a browser page, you need to tap on an arrow to ...
1
vote
4answers
242 views

Force Android browser to redraw every second

I'm moving a very long image using -webkit-transform: translate(-958px, 0); animation The image gets cut off very soon after it starts to move horizontally, but if I slightly move the tablet screen, ...
1
vote
3answers
344 views

does the iOS clear the cache after my phonegap app exits?

I am developing an app for both Android and iOS platforms. My app has many images too which have an external src's. When the connection is there the images are displayed properly. Now when i close the ...
1
vote
3answers
96 views

<p> style incorrect unless background color applied

I am developing a mobile site, so I'm using CSS to make things as liquid as possible. I'm having an odd difficulty. Within a div container, I have a <p> that is supposed to fill the width of ...
1
vote
0answers
322 views

Android browser bug? div overflow scrolling

Can you make the overflow content of a div scrollable in the Android browser? It is scrollable in all other modern browsers. In iOS it is scrollable - however it does not show scrollbars - but it ...
1
vote
1answer
172 views

Android browser : getting size of viewport

I am creating a overlay for websites which will access on mobile, In iPhone i'm getting visual viewport size by window.innerWidth and layout viewport size by document.documentElement.clientWidth in ...
1
vote
0answers
66 views

Why does a complex HTML Canvas clipping path not work in the Android browser?

I have a kids web application for colouring butterflies, which uses a clipping path to set the boundary of the painting area. The application works fine on desktop browsers, Opera Mobile and iOS ...
1
vote
1answer
39 views

Preventing browser loop

I've created an app that opens when clicking a specific URL. Obviously I've got something like this: <intent-filter> <data android:scheme="http" ...
1
vote
0answers
101 views

Android: input field does not fire event when hitting 'next' on keyboard

I have multiple input fields on a html page optimized for Android. The problem is that the event "onchange" is not always triggered when 'next' is clicked on the virtual keyboard. To me this ...
1
vote
0answers
77 views

(Browser) Screen touch seems to interfere with redrawing?

I was trying to implement a basic drag and drop test, and ran into a strange issue. I simplified it to the example below to narrow down the cause. Essentially, I have a timer that will flip the color ...
1
vote
1answer
3k views

Problem adding click event handler with JQuery Mobile in Android Browser

I am having a strange problem with the android browser. Hopefully this is something I am doing fundamentally wrong and not a JQuery bug. I have tried the following code in Firefox and Chrome which ...
1
vote
3answers
1k views

FusionCharts in Android?

I have been trying to get the Fusion Charts to work on Android 2.2 (emulator). But its not loading anything . i can see only blank screen. Has anyone run Fusion Charts on the Android device / ...
1
vote
1answer
602 views

Android browser scrolling issue

I tried the Facebooklike plugin as showed in Like Box with android browser using PhoneGap, to my surprise the scroll didn't work at all. No scrollbars appeared and find no way to scroll the contentin ...
1
vote
2answers
1k views

Is there any way to detect only Android browsers with CSS?

Is there any CSS hack to detect only Android browsers to write CSS? Not all WebKit browsers — I want to write different CSS for some elements on iPhone and Android browsers. For example ...
1
vote
3answers
234 views

HTML5 Stress Testing

We have a webapp that's backed by a java spring web application. Apparently our Rational Robot tool that we normally would use to stress test a browser application doesn't deal with the HTML5'ness of ...
1
vote
0answers
185 views

Unusual behavior of text inputs on stock Android browser

Edit: Tested on Droid X running Android version 2.2.1. Samsung Galaxy S version unknown. I'm developing a webpage designed to run on mobile devices, specifically Android and iOS. Everything seems to ...
1
vote
1answer
399 views

How to view a webpage stored in sdcard in Android browser

I am trying to view a webpage stored in sdcard directly in the browser in an emulator. I know I can copy the webpage in the assets folder and use a webview to load it. But is there a way this be ...
1
vote
0answers
279 views

Dynamic http headers not supported by Android Browser?

Up to Android 3.0, a trivial (and correctly handled by all platforms) php code like the one following is not handled by android browsers that seem to ignore the http header generated dynamically. The ...
1
vote
2answers
449 views

WebView autoscales local images

My question is similar to this one, but is different enough that I am going to post a new one. I am writing an image viewer that downloads a PNG from a remote server, saves it to storage, and then ...
1
vote
1answer
706 views

using the meta viewport tag for Browser on Android devices

I am developing a mobile web site and it works great on mobile Safari. However, on Android devices, the web site is zoomed in too much, but only on some devices. I tried it on my friend's phone and ...
1
vote
2answers
856 views

how to create browser for android?

dear, i am a student of bca. i have to do one project in my last semester. so i decided to create web browser which run on android o.s. but i am totally for this application. so, can any one ...
1
vote
3answers
3k views

Method for launching audio player on Android from web page for streaming media

To link to SHOUTcast/HTTP internet radio streams, traditionally you would link to a playlist file, such as an M3U or PLS. From there, the browser would launch the audio player registered to handle ...
1
vote
1answer
453 views

Plugin Development for Android 2.3

I am new to Android and using Android 2.3 . There is sample Browser plugin in the source code I am trying to build it but unable to do so. To compile plugin [ In README.txt ] run "make ...
1
vote
1answer
489 views

Force close the web browser

I have a twitter application which uses Sign-in with twitter. It's 'Settings' screen opens an instance of web browser which goes to twitter, asks the user to authenticate my client application, and ...
1
vote
0answers
199 views

Unable to access some websites(Google) in android simulator behind proxy?

I am unable to access to certain websites like www.google.com in android emulator. We are in a secured corporate network and use proxy to connect to the internet. I tried by adding the http-proxy in ...
1
vote
2answers
833 views

Register filetype with the browser?

In Android, I am trying to make it so that the user downloads a font from the browser, and I am able to view the font when downloaded. After multiple issues, I still have one lingering one: ...
1
vote
0answers
358 views

android browser downloadfile.bin (wordpress cf7)

i got a little problem with a wordpress site that uses contact form 7 and android browser (at least android v1.5). when a user submits the cf7 form (using ajax followed by a js redirect) and tries to ...

1 2