0
votes
0answers
11 views

webview and javascript prompt save user input

I am a beginner at programming and I was wondering if someone could help me finish my code. I am looking to perform the following: When the user launches the application for the first time: The ...
0
votes
1answer
13 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
28 views

Get url from external window

I am trying to make a PhoneGap application which opens a webpage using the Android Browser. For this I used the following: navigator.app.loadUrl(url, { openExternal:true }); The problem is on that ...
0
votes
1answer
12 views

WebViewClient issues for android

WebViewPage.java package com.srccodes.androidprojects; import android.os.Bundle; import android.annotation.SuppressLint; import android.app.Activity; import android.view.Menu; ...
3
votes
1answer
31 views

Run JavaScript method and return parameter

I want to run JavaScript function on my android app,this is how i create the webview: m_FullJSWebView = new WebView(m_VideoView.getContext()); m_FullJSWebView.loadData(htmltmp, "text/html", "UTF-8"); ...
0
votes
1answer
16 views

Speech to text with Titanium Appcelerator (for Android)

I want to implement an Speech to text plugin in Titanium Appcelerator using JavaScript. Which API should be used for the same? I came across this link. It is useful for the plugin development in ...
1
vote
0answers
12 views

Google javascript map not displaying itself on android orientation landscape

I am an android developer and using google javascript api https://developers.google.com/maps/documentation/javascript/?hl=tr for map apps.However I have faced a strange problem and unable to solve ...
0
votes
1answer
11 views

Does Dalvik listen to log / debug message?

Javascript code in html seems to run on libwebcore.so when looking into trace profile if the js code computes only array elements without any graphics. However, when I just added console.log in js ...
0
votes
1answer
15 views

Can you automatically open a downloaded document on Android?

all, We have a HTML5 page and let's say there are image links on it. Can we have Android to automatically open up that image if user tap on it? Of course first it will download it, then open it. I ...
6
votes
1answer
77 views

Inline vs included js and css?

In an environment with at least 500ms latency over 2G mobile connections (~0.1mbps), what's the fastest and most efficient way of sending a about 10kb of css and js, in around 5-10 files on the ...
0
votes
3answers
33 views

RegEx: Match Android device name with JavaScript

I want to match the name of an Android device (e.g. "Galaxy Nexus") with a JavaScript RegEx pattern. My user agent looks like this: "Mozilla/5.0 (Linux; U; Android 4.0.2; en-us; Galaxy Nexus ...
0
votes
0answers
17 views

HTTP Server on Android via node.js errors upon request

I'm running node.js v0.11 on Android (via https://github.com/paddybyers/node). I attempted to try out the "Hello HTTP" example found here: http://howtonode.org/hello-node, however, I ran into ...
0
votes
0answers
6 views

Android, javascript : gyroscope choppy/jerky in horizontal scrolling

I have a code horizontally scrolling a background along gyroscope alpha value. window.ondeviceorientation = function(event) { alpha = event.alpha ; } function scroll() { heading = ...
-1
votes
0answers
20 views

Is it better to generate UI on demand or load it all when the app starts (Phonegap)

I am developing a phone gap app and I am concerned about performance. My app has three pages. When you load it you start in the middle and you can swipe to the right or to the left showing the other ...
0
votes
0answers
13 views

Accessing the .android_secure directory with the PhoneGap File API

Is there a way, using PhoneGap, to get access to the .android_secure directory on an Android's phone's SD card?

1 2 3 4 5 222
15 30 50 per page