Tagged Questions
-1
votes
0answers
18 views
Best HTML5/Javascript Engine for Games 2D?
Im searching for engines for Games 2D for using in Android/IOs devices.
Any idea? and why?
thank you.
0
votes
0answers
9 views
Play dailymotion video on Android
Iam trying to play dailymotion video inside my android application's webview,the video's tumbnail is displayed but when i click the play button nothing happen ,i used :
String videoHtml = "<iframe ...
0
votes
1answer
22 views
How to get response from url in phonegap using javascript
I struck with this problem since 2 days, I need to get data from below url using javascript.
http://www.apexweb.co.in/Apex_Quote/Download_Data.asp?un=9393910169
I parsed the static data, but i ...
0
votes
1answer
36 views
CSS/JS Dropdown menus not working on Android
I've put together the following quickfix to make my dropdown menu work on touchscreens, however, it doesn't work on Android devices (works on iOS). When clicking on a sub menu item, you get taken to ...
0
votes
1answer
19 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
votes
0answers
12 views
Accessing Phonegap values in Android
I am currently working on a communication app in Phonegap that works like a chatroom. I am using the background service plugin listed on the Phonegap plugins page in github for android. I need the app ...
0
votes
0answers
13 views
Detect a hardware key in the browser without charCode, keyCode or “which”?
I have an Android device with hardware buttons. Two of these buttons can be detected in the default browser on a page using:
document.addEventListener("keydown", keydown, false);
However, the ...
1
vote
0answers
30 views
How to automatically extract a file from an IP address and port number
Is there any Javascript to automatically extract a file given a file name and the IPaddress/port where the file is stored?
I have two PC's(static IP) connected to my home router.I have transferred one ...
1
vote
2answers
46 views
How can I get this HTML5 Canvas paint application to work for both touch and mouse events?
Here is the source code of what I'm trying to do:
http://jsfiddle.net/3nGtM/
Javascript:
window.addEventListener('load', function () {
// get the canvas element and its context
var ...
0
votes
1answer
36 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 ...
1
vote
0answers
11 views
Using both scroll and touchevents on android (phonegap)
I'm building an app in phonegap. The app makes heavy use of javascript and has a content area that should be scrollable. However I also need to use the touchStart and touchEnd events.
The problem is ...
-4
votes
1answer
28 views
Facebook contact error [closed]
I have a very big problem with facebook and its related to contacting as I can't contact facebook on any possible way.
I tried with various accounts and sections ( help center, feedback, sales team ...
-1
votes
2answers
35 views
Javascript alert - access to php not allowed?
When I am trying to call a .php file from my Javascript function, it simply says
"Access to http://192.168.0.104:89/someDir/filename.php is not allowed"
.
This scenario is coming on my ...
0
votes
0answers
25 views
Issue when launching phonegap webapp on android
I am facing a problem with the application launch behaviour ocurring on on multiple android devices.
android 4.0.1 and upwards
phonegap plugin cordova 1.7.0
when I launch the app from play store ...
0
votes
0answers
22 views
Javascript touch detection works on iOS but not well in Android
I have created a slide show with javascript that has finger swipe enabled and works for the most part. Sliding left or right will flip through the slides. I need it to do this but also keep default ...
0
votes
0answers
16 views
How hide the footer menu nav in jqmobi when show the keyboard is showing
I have a problem in my application using jqmobi (XDK) with phonegap.
In androind app, when I have a form and the keyboard is showing, the nav menu in booto is going up along with the keyboard, making ...
0
votes
1answer
27 views
Eclipse Android Phonegap App Emluator only displays “Hello World” instead of own index.html
I´ve just started a phonegap project in eclipse and set up everything.
I inserted my index.html (with images and stuff) into the "www" folder and started the emulator, but instead of showing my ...
0
votes
1answer
27 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
36 views
how to get json response from below url in phonegap
Can any one help me how to display data from below url, i tried but i am getting one row data only. I am posting my code check once
...
0
votes
0answers
35 views
mobile web slide-up menu using css3 and/or javascript
Basically I'm trying to create a slide up (from the bottom) menu that quickly and smoothly slides up into view as the user scrolls upwards toward the top of the page, but then quickly and smoothly ...
0
votes
1answer
22 views
How to run javascript app by creating android project?
Hi I have app which is written in javascript. Now i want to create a android project by using this javascript code.
Can any one please guide me how can i do this. I mean how to call javascript ...
0
votes
2answers
24 views
Skill the tag between <> using regex in JS/jquery
Hello All Developers,
i need your help in one case so what my requirement is-
i am trying to find a String word in inner html using js like-
var index = ...
0
votes
0answers
23 views
How to edit specific classes/IDs in android webview?
I'm working on an app that is suppose to inject JavaScript into WebView but I can't get it to work. I'm trying to get it to hide certain parts of http://www.karmaco.net/mobile/login like remove "Web ...
0
votes
0answers
16 views
Android window.orientation unexpected results
I'm currently developing a web app for mobile devices that needs to be shown in landscape mode, but as you can't fix orientation I am displaying a rotate device image when the device is in portrait ...
0
votes
0answers
15 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 ...
0
votes
0answers
23 views
How to show site in android app
Good evening!
I want to show the fields of the form from website in my android app. I usually parse the html and show the data in my activities, but in this case it's not so simple.
For example it ...
0
votes
2answers
49 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?
...
0
votes
2answers
31 views
Delete particular data from Json url using android
I have get muliple data from Json url using android.but i need to delete Particular data in json url using android.how to delete specific data from json url?.
0
votes
1answer
26 views
URL check in JQuery Mobile
I am making a browser app for mobiles that takes URL and browse through it and it is working correctly. Now I want to perform a check on the text entered by the user before performing any action.
...
0
votes
1answer
41 views
Android webview Inject javascript with local image
I have a android webview. I am loading a remote page, for example: google.com using the standard WebView.loadUrl(url);
Once the page loads, onPageFinished(), I inject javascript like below...
...
0
votes
1answer
23 views
Not receiving pushwoosh push notification message in the device
I just installed the pushwoosh for android/phonegap and I am testing it with an android device connected to my laptop. It seems that the device has been registered successfully but after sending a ...
0
votes
1answer
35 views
Javascript call java function with consuming operation on Android webview
I develop android with phonegap.
There is a communication between javascript and java.
var img = server.getImage(); //javascript code
"Server" has defined as:
mWebView.addJavascriptInterface(new ...
-1
votes
0answers
17 views
How can I make an intent when using javascript android
im trying to do a notification manager im working with phonegap and designing with jquerymobile but i have exceptions when i try to run this code.
hope you will help me urgentlly because this is for ...
0
votes
0answers
35 views
Cross domain GET request not sent on Android 2.2, 2.3 and 3.2
The problem is with integrated browser on Androids 2.2, 2.3 and 3.2.
I tried with fiddler on my computer to follow traffic from my mobile and I noticed a strange thing. When I open a page for the ...
-1
votes
0answers
27 views
Photo Editor App android using Appcelerator [closed]
Photo Editor App android using Appcelerator.
Show the images from Gallery or from Camera captured images. I done this one
Select the images from Gallery and crop that image and save it in gallery.
...
0
votes
0answers
21 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 ...
0
votes
1answer
22 views
Uncaught TypeError when calling a Javascript Function in Android
I am an Android developer and new to JavaScript. I am controlling the webview from my activity using javascript. In my login page when I use the Java Script functions I getting some huge errors. ...
0
votes
0answers
18 views
Android - Parse xml data to display on webview using javascript
I'm trying to parse xml using javascript to display data on webview android.
It's ok if I test on firefox browser but not working on webview android
Here is script:
readXml : function() {
...
1
vote
0answers
43 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
0answers
31 views
How to detect an in-app browser in iphone and android?
I'm working on a mobile site right now. But it performs a little bit different in a normal mobile browser and an in-app browser(when you scan the QR code or click a link in a social network app, for ...
1
vote
0answers
29 views
Custom text selection color in webview
Problem:
We want to change the color of webview textselection so that it shows the same color as user releases touch. I have done the highlight part but I cant find a great solution for changing the ...
0
votes
0answers
23 views
YouTube Video in Android Webview with 4.0+ OS does not open in FullScreen Mode
I am making an application which loads YouTube Videos in android webview through javascript.
The Videos works fine in android os with 2.2 and 2.3 os i.e works in fullscreen and normal screen.
But with ...
-1
votes
0answers
30 views
Google maps more precisely
My problem is that I want draw a map with road between 2 point's coordinates.
I have get draw this but is not precisely. I think that Google maps is drawing a street nearest about my coordinates.
My ...
0
votes
1answer
45 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
27 views
phonegap and persistencejs transaction error
I have a functioning webapp that I'm porting to PhoneGap to deploy on iOS & Android devices.
The app relies on persistence.js for saving data locally in the browser -- and from everything I've ...
1
vote
1answer
20 views
Cannot see controls on a MediaElement Player in Flexbox Modal in Android 4.0.4
I have a problem with a mediaelement player created within a Fancybox Modal. This is specific to an Android Device running 4.0.4.
On all iOS devices, new Android OS, Chrome, Firefox, and IE down to ...
0
votes
1answer
34 views
@JavaScriptInterface to work with both ICS and JB projects
I am running into an issue with @JavaScriptInterface annotation requirement to support api 15 (ICS) and 17 (JB). I have an Android library project which is shared by two application projects. The ...
0
votes
0answers
37 views
How to create an application that restricts an audio file to be played only on registered device?
I want to create an application which should allow my audio files to be played only on the devices that have bought it from my website. Audio files should not run on any other device except for it i.e ...
0
votes
1answer
25 views
Using JavaScriptInterface to return page elements
I have a simple WebViewClient class that should return all the <p> elements of the page I am currently on (in a webview)
Here is the code
public class SearchClient extends WebViewClient {
...
1
vote
0answers
32 views
how to reference the Java Script in Android Application?
I've downloaded jqMath files to show mathematical formula in my app. I copied and pasted all the downloaded files; I mean the js,the css and html in the asset folder of the android project in Eclipse. ...




