Tagged Questions
0
votes
0answers
17 views
Android Browser crash on file input save
The Android browser crashes in a very simple scenario (I am testing on Galaxy S3, Android 4.1.2):
I have a page with a text input and a file input (you can test it here http://jsbin.com/agugit/1/)
...
0
votes
1answer
22 views
Uri.parse with local ip adress
im trying to launch the Browser with an ip-address.
String url = "//192.168.178.1"
Intent i = new Intent(Intent.ACTION_VIEW);
i.addCategory(Intent.CATEGORY_BROWSABLE);
i.setData(Uri.parse(url));
...
0
votes
0answers
31 views
Android History Content Observer
I implemented content observer of history but it is behaving weird.For every change in history its onChange() function runs 3-5 times.
static class BrowserOberser extends ContentObserver {
public ...
-1
votes
0answers
12 views
is their any android library to create browsing tabs as in ipad safari [closed]
I want to create a browser same as that of ipad safari, so i need any open source library which provide a same feature tab experience as in case of safari.
Is their any android library to create ...
-2
votes
0answers
7 views
WebView as close as possible to browser [closed]
Is there anyway to get my custom webview to be as close as possible to the default browser as far as settings and such (not the UI)?
For some reason I get a different look of my page using the ...
0
votes
0answers
42 views
How to clear browser cache in android
I am developing an application, in which user can add URL to be blocked, means those URL can not be opened in browse. I add a URL block observer for this purpose.
...
0
votes
1answer
29 views
Android embedded browser cant connect to server on LAN
I've got a simple android app with an embeded browser. Here it is:
WebView webview = new WebView(this);
setContentView(webview);
webview.loadUrl("192.168.1.106");
I'm running a web server on ...
1
vote
1answer
52 views
overflow auto doesn't in android browser
I have a page with the following directives
<meta name="viewport" content="width=device-width, user-scalable=no" />
I generate dynamically table cells in the following placeholder:
<div ...
1
vote
0answers
15 views
In Android, how to prevent error loading page when the browser opens a customized scheme?
I want to open my app from a web page in browser, so I add a button in the web page, and do java script to open a customized scheme, for example, MyAppPackage://. If my app is installed in the device, ...
2
votes
4answers
50 views
In Android, how to open an app in browser
Suppose I have a web page, and I load that page in a browser on an android device. What I expect is, when I click a button in the web page, an app can be opened.
Is there any way to do that? Thanks a ...
0
votes
0answers
67 views
Android 4.1 browser does not correctly close the dialog page (jquerymobile.com), compared to Android 2.3
Click "Open dialog" and close the dialog.
http://jquerymobile.com/demos/1.2.1/docs/pages/dialog/index.html
Android 2.3 browser will close immediately, without delay.
Android 4.1 browser will close ...
0
votes
0answers
24 views
Get Redirected URL From Browser - Android
Here's my problem I want to authorize my app from a user.
for this the api provides me OAuth 2.0 process
I have a link " A " which contains my app key and my redirection link
eg. ...
1
vote
0answers
40 views
Detect android browser tab switch
I would like to detect when a user switches tabs within the native Android web browser (other web browsers would be a plus). Is there an event that gets raised when this occurs that an outside app ...
0
votes
1answer
49 views
android webview doesnt load facebook correctly
My webview android browser doesnt load facebook page correctly. On native browser it looks like this:
but on my WebView like this:
I can`t figure out what is the reason, here is my code:
web = ...
0
votes
0answers
69 views
How to open skype application with Android native web browser?
As the title,we want user able to open the skype application when they visit our webpage with mobile browsers.
We checked the official document provided by Skype,and find that we can use belows codes ...
0
votes
0answers
782 views
Silverlight browser for mobile [closed]
Since popular mobile operating systems such as iOS and Android do not support Silverlight (or any plug-ins for that matter), I find there are alternative solutions where a mobile device connects to a ...
1
vote
1answer
277 views
input type=“file” accept=“image/*” doesn't work in phone gap?
I tried to make a android app using HTML + phonegap 2.6.0 which is support:
<input type="file" />
By default, if the HTML is open via android browser itself, it will show "camera" , "gallery" ...
0
votes
1answer
60 views
Open Browser in Background and read the Browser URL Text in Android
I am making a demo application, in which I want to open the browser in the background on a button click and have to read the browser URL bar text after the browser is opened. How can I achieve the ...
0
votes
1answer
80 views
Android Default Browser not loading on a particular URL
Im doing an automation using monkeyrunner.
The script that I'm doing needs to load URL in the Android Default Browser,
however when I tried to use the URL shown below, the Browser is not loading, and ...
1
vote
1answer
40 views
Android - Using same keyboard, as the bowser adress bar, in a EditText
I wanted the keyboard that android have with the shortcuts to ".com" to an editText, and another for an email input with the "@".
I've tried different things like this:
...
0
votes
0answers
54 views
Android SQLite Query Returning False Positive: Starts Intent Although Match Is Not Found
I'm attempting to query my bookmarks/browser history for specified URL's - then launch a new intent if a query returns a match - however the intent is running regardless of the results of the query.
...
1
vote
1answer
276 views
Accessing our web app on the stock Android 4.1 and 4.2 browser
So I am currently having this problem of trying to open up our web app on the official stock Android browser for Jelly Bean. I don't know how well I can elaborate this problem, but I will try my best.
...
1
vote
3answers
153 views
Why does the font in these TD elements render at different sizes?
Here is a simple table with 2 TDs.
http://z5h.github.io/broken_render/broken.html
On recent Chrome / Firefox on Android they render at VERY different sizes. I'm not clear why.
On Desktop browsers ...
0
votes
0answers
23 views
Open html file from console [duplicate]
We've made a bash script that read plain data from a server and compose a html file. The file is created fine, and we just need to open it in a browser.
This task is more difficult than we have ...
0
votes
0answers
54 views
Programatically Query / Search Android Browser History for URL
Can this be done? If so - how? I have searched high and low on stack overflow and Google and have yet to find one clear example of how this can be accomplished.
0
votes
1answer
156 views
Query Android Browser History for a URL
I'm able to view the Android browser history using the following method:
import android.app.Activity;
import android.database.Cursor;
import android.os.Bundle;
import android.provider.Browser;
import ...
0
votes
1answer
34 views
WebView not populating
I have a TextView which opens another layout with a webview in. I want the webview to populate with http://m.twitter.com
However when the textview is clicked it opens the layout and then invokes the ...
-2
votes
1answer
29 views
BrowserActivity failing on Android [closed]
I am trying to open a url using Intents:
final String packageName = "com.android.browser";
final String className = "com.android.browser.BrowserActivity";
final Intent intent = new ...
-3
votes
1answer
32 views
adding functionality to file browser android [closed]
I used http://android-er.blogspot.ca/2012/07/example-of-file-explorer-in-android.html
to implement a file browser. now I want to customize my listView; i.e. add a button to each of my listView items ...
0
votes
1answer
546 views
Confirm this user-agent string Chrome 25+ on more expensive Android devices?
I have a budget tablet, because I only use it for site testing, and I thought it was a good idea to check whether the sites also render correctly on budget tablets. It runs on Android OS 4.1.1. The ...
0
votes
0answers
60 views
Add http referer with redirection to browser in android application
I want to add referer with a redirection to browser on android apps.
I use this :
browser.setData(Uri.parse("http://www.plus2net.com/php_tutorial/php_referrer.php"));
I know add referer with ...
0
votes
0answers
89 views
Can't run Browser from my app only on Nexus 10 device
I'm struggling with this crash wich occures only on my Nexus 10 device (4.2).
I don't have this error on the emulator nor with my phone device (2.2).
The code :
Intent intent = new ...
1
vote
0answers
34 views
Google Maps V3 Works as html file but not as a php file in Android browser?
I have a google map v3 webpage (html5) working with an html file extension but fails when php file extension is used for exactly the same code in an Android browser.
Here's the two files with the ...
0
votes
1answer
39 views
Accessing Home page settings of phone's web browser from an app
Can I access the Home / Bookmarks settings of the user's web browser from my Android app? Basically what I need to achieve is that I should be able to open the browser from my app and show the Home ...
0
votes
0answers
25 views
android browser strange behavior with my HTML5 and CSS3 website
I have this strange issue with android browser . I have attached an image to my post.
I am using jquery animate and transit on my website and this strange overlapping appears when I scroll with my ...
0
votes
5answers
141 views
How To Open Webpage without addressbar in android
I use this code for open browser and open webpage with addressbar
String url = "http://www.google.com";
Itent i = new Intent(Intent.ACTION_VIEW);
i.setData(Uri.parse(url));
startActivity(i);
But I ...
2
votes
1answer
134 views
How to access android browser's local storage via native code
I am developing an android application that has to access the default browser local storage. The scenario is :
Open the android default browser
Load a page (that I have developed) that saves some ...
0
votes
0answers
114 views
How to open mail client on iphone/android from browser (not compose window via mailto)
Using "mailto" opens the compose window of the default mail client from mobile safari/android chrome
How do I get just the default mail client of the user's iphone/android to open instead of the ...
1
vote
0answers
76 views
android browser and re autofocus on input field
I have created web application, that takes in card number from card reader that act like keyboard. I am using android tablet as terminal, and on load, I set autofocus on input field with html ...
0
votes
1answer
51 views
How to prompt user to choose between browser or app when play youtube video in webview android
I created a simple browser in android using Web-view. I have a Text-edit and a go button. When i got to YouTube i can play the video fine, but when I turn device sideways video stop and ask to play ...
0
votes
0answers
46 views
How to create URL Bar showing current url for android
Hello I created a simple web browser for android,I have a Edit-text where I put URL , a GO button to go to that URL and Web-view to see the website. But lets say in Edit-text, I input ...
2
votes
2answers
102 views
Android browser only loads one Facebook comment (Resolved)
I am having this weird issue where the Android stock browser only loads one comment for the Facebook social comment plugin on a page. This wouldn't be that big of a deal, but my app uses a webview to ...
-1
votes
1answer
181 views
open video from android browser in vlc player [closed]
I tried to search this question everywhere, seems strange couldn't find anything about it. Any I want to open a video in android browser, it should open this video strictly in vlc player, not in any ...
0
votes
0answers
33 views
Get Filepath onContextMenuSelected
I have the following class. What it does is it creates a simple file browser that shows all the directories/files on the sdcard. After which, onClick will allows the user to open the file.
I also ...
1
vote
0answers
65 views
start my app from browser works only in chrome
I've written an app which is to be started from a browser via html link (company internal net, NOT internet). I've defined an intent-filter with an own URL scheme in AndroidManifest.xml and it works ...
0
votes
1answer
270 views
href not working on Android default browser
<a href="#link">Text or image here</a>
Doesn't work in Android default browser. For a standard html web page with a lot of href links, what is the easiest way to turn on single click/tap ...
0
votes
0answers
218 views
mediaelement.js - android default browser and dolphin browser loading mp3 issues
Good day,
I'm currently building a website for myself (I'm a composer/producer), and I'm using Media Element for the main demo page. The page is under construction at the following link:
...
0
votes
1answer
60 views
ICS Browser for Android Wierd Security Error
I'm developing a widget for a client for mobile browsers and so far it's been good. However, I am getting strange errors when I test it on the ICS Browser on android. It's hard to explain but below is ...
0
votes
0answers
81 views
How to Access Opera mini and Firefox browsing history in Android application
Is there anyway to access opera mini and Firefox's browsing history?
I want to access these histories from other application so can u please suggest me the way how can i do this thing?
Is this ...
0
votes
0answers
248 views
Android default browser very fragmented?
We're developing a mobile app with Sencha's HTML5 framework, and have just started to test it on various Android phones.
I understand a lot of mobile developers complain about too much fragmentation ...





