Tagged Questions
0
votes
0answers
2 views
Change view native app Sencha Touch
I created a very simple app to test a native Android app with Sencha Touch. I have two panels. When a button is tapped in the first panel, the second panel must open. In my browser it works great, but ...
0
votes
0answers
8 views
Send a JSON object through ShouldInterceptRequest
I'm using the android function ShouldInterceptRequest to intercept get requests of my webview. But I need to send some datas (a JSON object) when intercepting the request. I know that the android ...
16
votes
6answers
2k views
What is your experience with Android webapps (limitations, tips, best practices)?
Update: As François mentioned, there are alternatives such as Phone Gap for a more cross-platform approach. It's a very good suggestion indeed. I'm open to any suggestions and I would really ...
0
votes
0answers
10 views
SOLVED - phonegap android keep changing page
for example i have many pages...page a, b, c, d, e, f, g..
for the first time, everything is okay.but when i am in page b, and i back to page a, and then i go to page a again, and if i want to back ...
19
votes
14answers
25k views
iScroll 4 not working with form <select> element iPhone Safari and Android browser
I'm using this HTML code:
<form action="#" method="post">
<fieldset>
<label class="desc" id="title10" for="Field10">
How many children do you have?
...
1
vote
1answer
25 views
Highcharts container selection issue on Nexus 7 (4.2.1)
On the nexus 7 when I run a simple Highcharts example, I have the following issue -:
When I touch any area of the chart, the entire chart gets selected (a blue selection color fills the entire chart) ...
0
votes
0answers
39 views
Android + Linux Chroot + Node.js = Run your node.js app on phone
Now I got all the steps from the article and followed to do the same on the Android phone.
Now my question is will I be able host some web pages and use Android phone as a web server. If any one ...
0
votes
0answers
19 views
While opening external link from application database “Undefined” Error: Phonegap
I am developing a android based application through Phonegap(Jscript, HTML5) , on my application i saved dataBase with .db extension in assets folder and on very starting of application copy the ...
0
votes
0answers
17 views
Facebook integration with Unity for android
Can anyone tell me how to integrate facebook in unity for android?Is there any free plugins?or Is there any way to integrate facebook after porting it to android? Please help.I am new with ...
2
votes
0answers
21 views
Android Webview using Leaflet - JNI Error
I'm developing an Android application containing a Webview. The HTML corresponding to the webview contains mainly JavaScript code ; it retrieves a map of a building from a Geoserver. I use Leaflet to ...
-2
votes
2answers
54 views
how to decrypt hashcode? ist the same with decode?
how to decrypt hashcode? ist the same with decode??
how can i decrypt/decode this code? could someone help me.
enter.setOnClickListener(new OnClickListener()
{
@Override
public void ...
0
votes
0answers
19 views
Titanium Android app doesn't show remote images
I am developing a Titanium App for iOS and Android. The iOS app is working as expected. I access a local database that holds the name of the image I want to display. When I store the image locally, it ...
0
votes
0answers
11 views
Android Webview - how to run Javascript (RGraph) inside dynamically created web page
I have dynamically created html page, which containes some css code and javascript.
Basically I wanna to generate source data for RGpraph library and show them.
I have stored RGraph in assets ...
4
votes
2answers
1k views
How can I detect if an app is installed on an android device from within a web page
Here is the situation:
I have a web page that needs to check through JavaScript if my app is already installed on the android device it is currently running on.
If the app is installed the page will ...
2
votes
1answer
99 views
JQuery Method Working in Chrome, but not Chrome for Android
This code works great in Chrome desktop:
$(window).scroll(function(evt) {
if($(window).scrollTop() + $(window).height() > ($(document).height() - 100))
{
...