0
votes
1answer
48 views
Java - How to interact with website input elements using android application [closed]
I'm currently working on an application that opens http://www.marinetraffic.com/ais/ (I don't own this website) in the user's phone browser when they press a button by using an ACTION_VIEW Intent. I ...
0
votes
0answers
23 views
Pagination to Html files(Epub Reader)
I am developing one app which is about reading epub files. I show html files after unzipping it.
Here I get chapters and using next and back button I manage chapters.
But these chapters are ...
0
votes
0answers
21 views
How do you remove new line characters from Html.fromHtml return value?
I'm trying to parse HTML and sticking that HTML into an Android TextView. The problem that I am having is that I am using Html.fromHtml and it adds two \n characters at the end of my HTML. I was ...
0
votes
1answer
29 views
View HTML code using Html.fromHtml() doesn't get image - Android
I'm developing a News App.
Webservice returns me a String of HTML code. It is the content of an Article :
String result;
// result is returned from Webservice
result = "<p>Simply put, the 2013 ...
0
votes
0answers
20 views
Parse facebook page profile image [closed]
I realize this is more of a request than a question, but no matter how much i try, i can t do this. I need to acquire the profile pic image "src" of this facebook page: ...
2
votes
1answer
27 views
Different page on different devices
I'm building a responsive webpage. I have different layouts for different widths. One is for over 816 px wide devices. The second one is between 640 and 816. The smallest one is for under 640 px wide ...
0
votes
1answer
32 views
android phonegap audio weird issue
i am trying to insert background audio on my first page on a phonegap app. Currently i am testing this on Android 2.2 (on actual phone) but final app is intended for iOS as well
I have used various ...
0
votes
1answer
34 views
HTML5 - Can't Display Small Letters
I am developing an HTML5+PhoneGap+jQuery Mobile application for Android tablet(3.0).I am trying to write the following:
<div data-role="content">
<a data-role="button" ...
1
vote
1answer
28 views
Mobile authentification with php/html/jquery
Hello I'm trying to do simple authentification application on android, I use dreamweaver as editor. Well here is the code, please can you tell why I'm not redirected to login.php after a success ...
3
votes
0answers
26 views
HTML redirect to custom protocol only when supporting Android app is installed
I would like to have all URIs intended for my app launch my app if it is installed. And if it is not installed I would like to display a web page about my app. After looking at the following two ...
-2
votes
1answer
15 views
HTML embedded with applets or flash in phonegap
I have successfully converted websites using just plain html, css or js into apk files. But html with embedded applets or flash files are not working! I tried with phonegap on android.
0
votes
4answers
40 views
How to get data from html page using java?
How to get data from XML/HTML page?
I'd like to make an android app, in which users get a notification of a school-lesson that fell out.
This is what the website looks like:
...
0
votes
0answers
19 views
Android-show HTML with CSS in WebView issue
As my company need i make a HTML show in a WebView,there are many tags in it.The result show right but when use copy function it show incorrectly .
see the picture below
piece of CSS code:
...
0
votes
1answer
51 views
html tags on sqlite db
I'm italian and I'm new to android language. Please help me and forgive my very bad english.
I need to use html tags (like ) on my sqlite db.
I insert the words, but they are displayed like they are ...
0
votes
0answers
33 views
Nexus 4 / Android tap to scroll issue
So I'm testing out a site on my Nexus 4, the layout when you browse to the page on mobile looks like so:
It turns out on my phone, I can scroll or move the scroll bar down, by tapping the very ...
-1
votes
0answers
37 views
Jsoup parse list of folders
hi everybody i need some help to parse this (below) and display value of each folder in a list view. here my code:
try {
Document doc = Jsoup.connect(URL)
.data("username", "user")
...
0
votes
0answers
21 views
Upload a file on a Mobile browser using c# / html
I need to upload a selection of files with certain file extension, these are data files to be used in our PC app that we want to work on Mobile devices. We have built it in HTML/Bootstap and C#.
The ...
0
votes
1answer
20 views
how to keep softkeyboard's mode, when set value of input by js
the first, sorry for my poor English.
on html page on android device:
1) user click on a input, the os popup softkeyboard
2) user chooses number mode
3) set value of input when the still focus on ...
1
vote
1answer
45 views
Can i insert a some code in HTML to set android wallpaper
This would be my first post ever on stackoverflow.com
I have found many many of the answers to my questions but this one question i cannot figure out.
I know that it is possible to invoke few android ...
0
votes
1answer
38 views
Set value on different html element types with same jQuery function
Using Cordova 2.5.0, I'm using the following function go get all <input> elements within an HTML page.
function getInput() {
var formElements = new Object();
$("form ...
0
votes
0answers
21 views
Solve Farsi / Arabic language difficulty in HTML Frameworks
i use Friar e-book framework to develop my first
Android app. fortunately it is very nice framework for
a novice like me, enabling me to convert HTML5 to Apk.
But i have a problem in showing Farsi / ...
0
votes
2answers
22 views
Share feature on my Android App
We have developed a android app, and we hope to promote the app using simple easy to use features. Connecting to facebook, and hitting like, sharing stories of our facebook page are all too tedious.
...
0
votes
0answers
14 views
Android 4.0.3 Browser SVG rendering issues
I'm working on a mobile website project and decided to use SVG for the logo to bypass image/screen pixel density issues.
The svg code renders fine in ios and in chrome on android but for some reason ...
0
votes
1answer
39 views
Android (phonegap) Click on an input triggers different keyboards, randomly
I'm developing a phonegap application for android.
If you're not familiar with phonegap, just know that it's an app containing a webview, the rest is made of html/js.
I have a normal input, and when ...
0
votes
1answer
22 views
Go to another activity when Button is pressed from Flash Video Android
I have a WebView that contains a html file that contains a Flash plugin (a video).
I want that When user press a button from Flash video then it goes to the another activity of Android.
Is it ...
0
votes
1answer
36 views
Apache Http Client in Android
I'm trying to get the whole html from a web page in Android.
In java console aplication I used to do like this:
DefaultHttpClient httpclient = new DefaultHttpClient();
String busca = "kindle"; ...
0
votes
0answers
18 views
Z-transform seems to prevent favorites thumbnail from showing elements on which the transform is applied
The favorites icon/thumbnail of the Android browser does not render the elements on which I apply the z-transform hack ( to enforce GPU usage for my CSS transitions).
E.g. using the following on ...
2
votes
0answers
74 views
Knockout - Unable to parse bindings only within Android WebView
I have the following setup on my site. It is working fantastically on any standard browser and any normal mobile browser:
Model:
function SearchTerm(data) {
this.Term = ...
0
votes
2answers
51 views
Running javascript in an android app?
There's a website which provides some javascript which emits information I need, is there a way through androids APIs, to use this javascript to emit whatever information it has and parse through it?
...
1
vote
3answers
51 views
+50
Extra padding on TextView with HTML contents
I have this TextView:
<TextView
android:id="@+id/issue_journal_item_notes"
android:layout_width="match_parent"
android:layout_height="wrap_content"
...
0
votes
1answer
33 views
In Android-----How to open html image in mail body?
My aim is to open html file with its image(image link is available in html page).
Intent shareIntent = new Intent(Intent.ACTION_SENDTO, Uri.parse("mailto:"));
...
0
votes
0answers
20 views
“Dynamic” parsing engine in Android app that I can update easily and quickly
I have written an Android app that people use to view a private forum (for a game). The forum seems to be handwritten or something and does not support Tapatalk or similar, and it is a pain to browse ...
0
votes
1answer
37 views
Jsoup doesnt find the specified element
I'm trying to write a little android program (don't mind the messiness) that shows the last "Did you know?" from Wikipedia. But for some reason Jsoup doesn't find it.
What is the problem?
Part of ...
0
votes
1answer
33 views
How to download html source using spicerobot?
I want to download the html from a static blog page so I can get the relevant data and use it. For asynchronous procedures I'm using robospice library.
Thing is, using SimpleTextRequest I only get ...
0
votes
0answers
14 views
Android 2.3 Combobox bug
anyone know how to fix this bug?
I have a website that works fine in web browser but when i visit it on my android 2.3 web browser the combobox doesnt work. Anyone know what is the cuase of this and ...
0
votes
0answers
42 views
Sending Email in HTML format Text
I my application I have to send a HTML formated E-mail, which contains an image also my code is:-
String subject = UserName+" shared a this image With U";
String body = "<!DOCTYPE html ...
0
votes
0answers
23 views
How to disable long tap (right click equivalent) on Android AND iOS on a webpage? [duplicate]
Now, I know that disabling right click does not actually prevent people from stealing photos on a site, but it does prevent many people who don't know how to get around the problem.
I have a customer ...
1
vote
0answers
45 views
How to Save Table as an Image (jpg)
I want to save table as an image.I want to save the first row (first row contain image and text on that image)in the table as an image. e.g-jpg.
I used canvas but image was not too clear and I heard ...
0
votes
1answer
31 views
iPhone not displaying top of web page when viewed on a smartphone
I have been developing a reactive design for a web page. When viewed on a desk top the whole page displays (with browser window shrunk down to phone size), but when viewed with an iPhone (and does ...
0
votes
2answers
37 views
Data not parsing fully via webview/other html converting method in android app
I have created an app which works on transaction.In this app i am sending a request to the API used for transaction in which various values are sent.
The response is in the form of HTML. I am parsing ...
-3
votes
0answers
22 views
Web page UI get distrubs on Android when the keyboard appears [closed]
When I open my local site form page on Android text boxes and buttons position changed
0
votes
1answer
48 views
Stuck at parse coordinates with button
I'm working with the code of the first answer from: Phonegap with Compass and GPS coordinates
I try to make that don't need to put all time the lat and lon.
For that I'm making a button that get ...
0
votes
0answers
110 views
Pass Data from Android Java to Webview - jQueryMobile
I followed the trick for passing data to HTML webview from SO post How to pass parameter into HTML file from android.
I have this in my Java:
try {
String template = ...
0
votes
1answer
43 views
Create colored horizontal line using html tag in string
I have activity contain around 40 textview all the same but different in string , each separated by line created by view in xml , i dont thing this construction the best ,if i can draw colored ...
-3
votes
0answers
32 views
Web application to mobile app conversion using phonegap is making icons and links overlapped [closed]
I am trying to make an android version of a website using phonegap.
The problem is that in the browser, links icons everything are perfectly placed but when i am opening that app in mobile then ...
0
votes
1answer
22 views
dir=auto attribute is not working when applied to div tag
I have applied the dir=auto attribute to a <div> element in order to get text alignment based on the input language.
But if any <p> tag is present inside the <div> then the dir=auto ...
0
votes
0answers
18 views
How to send a selected item from the menu via SMS to the customer
I have developed an Android app using HTML and jQuery mobile which has menu item. I want to send the selected item from the menu to SMS to the customer.
Can some one help me how to write or any ...
0
votes
0answers
20 views
send emailwith html content and image with android
I want to send an email from my android application which have HTML content and also an image.
I have tried this code
Intent mailIntent = new Intent(android.content.Intent.ACTION_SEND);
...
-1
votes
2answers
118 views
Getting a youtube download URL from existing url? [closed]
If you have
http://www.youtube.com/watch?v=J6vIS8jb6Fs
how do I get to this:
...
0
votes
2answers
34 views
Android: Display special characters in ListView
At this moment I am creating a small Android app, as a hobby.
It is not something serious: it makes a query from an sqlite database, and displays the results in a listview element. If you click on an ...



