android-browser Questions

3

I want to have similar menu item functionality as in the chrome browser for mobile as it is in the picture. I want to have back, forward, refresh menu items in a single row. How can I implement a s...
Rationalism asked 15/1, 2013 at 14:11

1

When using Android 4.1 on my Samsung Galaxy S3 and viewing my website, I'm trying to get the navigation menu on the left to stay where it is but it doesn't. Whenever I click on a link from the men...
Damiendamietta asked 23/12, 2012 at 10:31

1

I have a toolbar at the bottom of my mobile webapp. I'd like to be able to drag this toolbar up and down, revealing content underneath it. I'd like to be able to do this simply by using HTML/CSS, a...
Braunschweig asked 4/12, 2012 at 0:35

1

Recently, I've been trying to find (and hopefully, fix) frequent Android 2.3 browser crashes that affect the SB Nation blog network. Users will navigate to page and it will appear to load, and then...
Damselfish asked 13/11, 2012 at 17:41

0

I found out that once the document has loaded, then in the Android 2.3.5 browser, the value of document.readyState is "loaded" instead of the standard "interactive". Where are the possible values ...
Distress asked 12/11, 2012 at 17:2

0

Now that Android 4.1.1 is out there on some phones I noticed that issues start to pop out using default browser and this OS. In my case I have an application that uses web views (meaning def...
Incidental asked 25/10, 2012 at 15:3

1

I am modifying the HTML5 port of the game Jump'n'Bump to run on Apple and Android-based mobile devices. I use a cheap 1 GHz Cortex-A8 Android 4.0.3 tablet for testing. I have encountered strange be...
Duello asked 16/10, 2012 at 18:22

1

Solved

Android 4 duplicates inputs when the user focuses them. This duplicate input sits on top of the real input, and it functions pretty normal. This is odd, but ok, it seems to work. However, if those...
Montague asked 19/4, 2012 at 16:8

3

Solved

Android default browser doesn't fire OnKeyUp events on text inputs if user types non-latin characters. For example http://jsfiddle.net/Hzjhz/. It works for English characters but does not work for...
Enhanced asked 29/3, 2012 at 14:24

2

Solved

When the Android browser opens a media file it can play, the built-in (stagefright?) media player opens up to stream it. A title for this media is displayed on the player dialog, based on the URL. ...

3

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 va...
Coffeng asked 12/11, 2011 at 3:41

1

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 usin...
Coble asked 18/7, 2012 at 20:11

2

Solved

I've been testing an HTML5 webapp on eReaders, and I got it mostly working, but the colors are all messed up (it's monochrome). My app uses lots of colors with an update every second. I need this t...
Jornada asked 12/7, 2012 at 21:57

3

Solved

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 indirec...
Eustatius asked 13/3, 2011 at 23:4

0

I just want to know is there is any other way to handle pop up for websites in android Webview and opening in new tab or open in new window using webview. open urls which are generally opened in n...
Clegg asked 30/4, 2012 at 7:8

1

I am developing browser like application using a Webview for my own understanding. I am not yet clear how to work with pop-ups in android Webview. I came across these methods onJsAlert(), onJsBef...
Buttercup asked 16/4, 2012 at 6:54

2

Solved

I know how to open a URL using Intents: Intent browserIntent = new Intent("android.intent.action.VIEW", Uri.parse("http://www.lala.com")); startActivity(browserIntent); But how can I open multip...
Glassware asked 7/11, 2010 at 18:38

1

Solved

I want to do the opposite of this: Android Browser: open several URLs, each on new window/tab (programmatically) In there, the answer was to use b.putBoolean("new_window", true); but what is the e...
Boggess asked 10/2, 2012 at 1:57

1

Solved

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) {...

1

Solved

I am looking for a way to easily test the mobile version of my site in development. I have set up IIS Express, such that I can access locally using: http://localhost:1025/AppName/ or by using my...

1

Solved

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: <me...
Pastelist asked 17/1, 2012 at 14:47

1

Solved

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,...
Leatherjacket asked 9/8, 2011 at 5:13

3

Solved

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 i...
Adagietto asked 10/9, 2011 at 13:49

2

Solved

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...
Sacculus asked 19/10, 2010 at 19:53

3

Solved

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"); i.addCategory("android.intent.cate...
Casmey asked 25/7, 2010 at 11:52

© 2022 - 2024 — McMap. All rights reserved.