1
vote
1answer
15 views

android browsers limitations for HTML & CSS

i designed a website with this address : http://www.milanmobl.ir in android tablets browsers this site have some problems for example : i think some divs with margin:0 auto aren't centered in page ...
0
votes
1answer
26 views

hide mobile browser address bar on chrome (android)

we have a site, where with a simple javascript <body onLoad="setTimeout(function() {window.scrollTo(0, 1)}, 100);"> we hide the address bar on most browsers (safari, and the native android ...
0
votes
1answer
32 views

How to open browser as a foreground activity like some custom dialog?

I am using below code which onClick of ListView opens a link in browser. Is there any way to open the same browser in some catchy small foreground activity like custom dialog or popup ? Has anyone ...
0
votes
0answers
8 views

Request Entity Too Large error with Android Browser on ICS

We have a web form basically POSTing text data. All form elements' total length is generally around 100k. The issue is when total POST length exceeds 150k Android browser gives Request Entity Too ...
0
votes
4answers
51 views

Android Webview Javascript click event not fireing as it should

Ive got a webpage with alot of diffrent setups of the DOM where click events are binded. But at some cases, the click events doesnt triggers. ive written all my events the same way: ...
0
votes
0answers
6 views

Can't control videos from browser on android

Why is not showing control buttons when I watch videos on browser on android phone.. Please help! I am using chrome.
0
votes
1answer
77 views

How do I set a mobile version of my site?

I understand that I need to use parameters of measure and other loading shortcuts to make the site load fast for mobile, it's not building the mobile site itself that troubles me. I am not a very ...
1
vote
1answer
28 views

How can you imitate a (specific) browser when using a webview?

In my App I use a webview to open a website. On that website there is a javascript that causes an error. Now, I know that this website uses browser detection and I believe that this might be the ...
0
votes
0answers
19 views

Android browsers couple touchscreen availability on user agent [closed]

As an Android user and browsing to websites, virtually all desktop versions (set by user agent) show normally like on a Mac/Windows/Linux computer, including less or more complex jQuery stuff. I am a ...
2
votes
2answers
60 views

In java, how do I open my web browser and set a custom URL?

I know this can be done in Android with intents, but since those don't exist in java, I want to know if there is a way to do it.
-2
votes
1answer
25 views

How can I access Android libraries from a Web Application (browser)?

My issue is simple, I want to access a library from my browser, being in this case SensorManager. I've found that getting alpha, beta and gamma from deviceorientation event in the browser is not ...
0
votes
0answers
18 views

works fine on browser but not on phonegap

I'm working on an app that uses google maps. I'm using phonegap and it works fine in browser but it doesn't work on my android device. Any ideas? Also, I've included descriptions of each function ...
0
votes
0answers
35 views

Android calling image picker from DialogFragment

I have DialogFragment class, where i have button which opens new activity with Image Browser, code for button: Intent intent = new Intent( getActivity(), BrowsePicture.class ); ...
1
vote
1answer
36 views

Open file link from android browser in my app

I want to be able to run the standard android browser in the usual way, navigate to a page with a link to a file on it, eg <a href=./myfile.gcsb>click here</a> click the link and have ...
0
votes
1answer
23 views

getting current url from default android browser on any event action

Im trying to create an application. I have launched the default android browser from the main activity using intent as Intent i = new Intent(); i.setAction(Intent.ACTION_VIEW); ...

1 2 3 4 5 39
15 30 50 per page