Tagged Questions
0
votes
1answer
13 views
How do I determine the input field the user has selected from a web page downloaded from a server
I have tried the following with no success, any help will be appreciated.
UIPasteboard *pb = [UIPasteboard generalPasteboard];
[pb setString:passwordName];
NSString *jScriptString;
jScriptString = ...
0
votes
0answers
25 views
Disable hyperlinks in UIWebView (Twitter Widget)
I have an app using an UIWebView as a HTML page with my Twitter Timeline Widget.
The html page is :
<a class="twitter-timeline" data-widget-id="346805017912688641"
data-theme="dark"
...
0
votes
0answers
34 views
iOS Can't stop body from scrolling
I have a page with a typical tag content inside and a "footer" element.
This footer element opens to be a full page overlay when touched. The footer's size is set to the window height, but the ...
0
votes
1answer
15 views
horizontal div Slider with touch gestures
I need a slider script for 3 div boxes. The slider needs to work with touch gestures (iOS, Android and also on PC). Does anyone know such a script?
0
votes
0answers
26 views
iOS Application Crashes while downloading a file using Phonegap
While downloading a file using phonegap, when the internet goes off - the application hangs and crashes. I am getting the following error:
* Terminating app due to uncaught exception ...
-2
votes
1answer
39 views
An apps to get data from mySQL database [closed]
First of all, I create a database containing many image with distinct file name, I want to create an apps for my iPod, which can firstly download all of the image from the database, then my host ...
1
vote
1answer
29 views
stringByEvaluatingJavaScriptFromString doesn't perform action
A webpage users of my app are trying to load has this link:
<a href="javascript:DoSubmitScr('1B'); SetTextOption('Detailed');" id="btn_14" class="Button1" ...
1
vote
1answer
35 views
jQuery .load() function doesn't work on iPad
I have a problem with the .load(); function on my ipad.
$(this).bind('ended',function() {
$('video').load();
});
It's a simply function for loading the same content after the Video ends.
Any ...
0
votes
0answers
9 views
window.performance.now() Ipad - high performance timer
I am trying to create a chronometer for Ipad devices using Phonegap. The problem I have I am using setTime or setInterval but both are paused when the screen is off or the app is in background.
A ...
0
votes
0answers
19 views
Phonegap localStorage not backing up to iTunes
So I'm building an app using Phonegap and have come across an issue in my ad hoc testing phase.
After installing the app on my iDevices, I've tried to back up the data contained within localStorage ...
-2
votes
0answers
7 views
how to download a ccanvas image via phonegap 2.6.0 onto ipad photos [closed]
I am writing an ipad phonegap program.
On one page I take a photo. If the user wishes to use this photo, then he/she is directed to another page where the image may be cropped.
At this point I wish to ...
0
votes
0answers
32 views
Get js to detect UA of Android or iOS and redirect to new page?
I'm trying to write some code that will detect either Android or iOS as the User Agent, then redierct each to UA specific page. The problem is that after the redirect a user cannot visit the original ...
0
votes
1answer
37 views
how to open an url in a browser automatically through javascript or jquery just after installing a provisioning profile on ios
actually i have placed profvisioning profile in root directory in a folder 'CerProv' as 'CerProv/deviceprofile.mobileprovision'.
now i am trying to install it by executing it through javascript like ...
1
vote
0answers
73 views
Parallax effect with Stellar.js and iScroll on iOS, bounces back and stuck on certain scrollTop after scroll
I'm developing a web for a client who wants a parallax effect applied to all the foreground elements (no background parallax). This web is 1234px width by like 9000px in height (all images, big ...
0
votes
1answer
25 views
Use ScriptProcessorNode in iPhone Safari
I'm new in html5 and I want to use a ScriptProcessorNode to generate a sounds. My problem is that this code don't work in iPhone safari. But it works in safari on desktop.
var context;
...
-1
votes
0answers
19 views
Post using facebook app from website
I was wondering if anyone had found a way to post to facebook via link on a mobile (iOS) website, but rather than opening a new tab in the browser to open the facebook app if available.
I've found ...
0
votes
1answer
28 views
Any Javascript Database that works in Android, IOS and Windows Phone 8(IE 10)?
I have an app in Andoid, Iphone and Windows which have ASP.NET Server with SQL Server Database. Now, I want to my app to support offline. For this I need to use the databse on client. I have search ...
2
votes
3answers
117 views
How to use Azure Mobile Service API feature
An API feature has been added to WAMS where I can define custom scripts. This seems to deprecate the previous practice of creating a script table. However, I couldn't find any description about how I ...
0
votes
2answers
28 views
Prevent iOS safari from moving web-page window so drag event can happen
I am using Pep.js for kinetic drag on multi-touch, but my drag events are not being registered because when I try to drag an object in the safari, on iOS, window the window itself moves and follows my ...
1
vote
2answers
22 views
how to convert flash based interactive animations for iPad
I am trying to develop a mobile app(iPad) for a client who has an e-learning website. The website consists of quite a few simple flash based interactive animations. I would like to know which would be ...
0
votes
0answers
18 views
Can anyone suggest me any javascript library or example for 2d terrain generation without using webgl?
I am writing ios application and in webview I need to show map ( I need to generate terrain kinda unlimited when user scroll add new terrain part and show data on that coordinates) of terrain. I found ...
0
votes
0answers
35 views
iPad 60fps web-app parallax effect hack; breaks on save-to-homescreen
I'm trying to create a parallax effect on a web-app project I'm working on and have it scroll at 60fps using the native flick ability.
I've found out that what I want is pretty much impossible using ...
0
votes
1answer
19 views
iPhone SDK: Getting text from javascript class
I'm trying to retrieve some information from Gmail but have been unsuccessful after many attempts. This is the line of code that I'm trying to extract using javascript.
<a ...
0
votes
1answer
31 views
iphone next focus javascript
I have created a code for explain my problem in jsfiddle -
here is the link for that
http://jsfiddle.net/nxjohny/ULEDk/11/ and the corresponding code:
<input id="input_1" type="text" ...
0
votes
1answer
45 views
JS Game Programming - Using keyboard events for bluetooth keyboard/iCade with iPad browser?
I am writing a game programming library in JavaScript, and I am trying to make use of the iCade on the iPad platform. I actually got it working through a rather hacky solution. However, it's not quite ...
0
votes
0answers
31 views
Use native UI Selectfield on iPhone sencha touch 2 app
I want to use the native selectfield on the iPhone not the custom Sencha Touch 2 component.
I don't want to make it overlay. I tried disabling the custom component using this code
if ...
0
votes
1answer
27 views
iOS: Passing javascript variable from child to parent window
When opening a url with target set to _blank, it's possible to pass variables from the child window to the parent window using the parent/opener property. This works in a desktop browser but on iOS ...
1
vote
1answer
33 views
How do you display translated strings using i18next on js alerts?
We're developing an app that utilizes html/css/js, and it uses i18next to display translated strings.
In order to display translations, I embed an attribute within a tag. For example:
<a ...
0
votes
1answer
18 views
passing values from ios to javaScript
iam working on iOS project and there is a statistics page is already done with JS and when loading it into UIWebView everything works fine with a nice Animation
[WebView loadRequest:[NSURLRequest ...
-2
votes
0answers
25 views
Copy Photo File into www in Phonegap (cordova) [closed]
I get the picture in Android and iOS using this method:
var photoOptions = {
sourceType: null,
destinationType: null
};
photoOptions.sourceType = pictureSource.CAMERA;
...
1
vote
0answers
37 views
Issue with huge listview
OK, here's the issue :
I'm building a simple dictionary app (going to be a PhoneGap/Cordova-based native iOS app) using jQuery Mobile.
The thing is I'm using a listview component which is supposed ...
0
votes
0answers
29 views
How to return value from ios to html after 'dismissViewControllerAnimated'?
I am using PhoneGap/Cordova for ios app, with a www directory with html files in. The www directory is at the root of the ios project, and an 'index.html' page under www/apps/coach-ticket use
<a ...
1
vote
0answers
49 views
html5+js: resolution or size of <input type=file capture=camera>
How can I set the maximum resolution or maximum size of a photo uploaded from a mobile phone via a <input type=file capture=camera>?
1
vote
1answer
27 views
Simulate tap in iOS webview with button
I am trying to build an app for people with disabilities who are unable to use gestures such as swipe and pinch. I realise there is no way to simulate taps inside iOS however is it possible to somehow ...
-1
votes
0answers
22 views
Multi platform mobile application with phonegap [closed]
I have to develop a multi-platform(Android,IOS,Blackberry,Windows) mobile app. App must work in online mode ie. when connected to internet as well as offline mode ie.when not connected to internet.
...
0
votes
0answers
47 views
How to check code has really tapped the button? iOS automation
I am working on iOS automation. In my app, I am tapping on a button which does nothing after tapping. How can I check whether my code has really tapped that button?
Before tapping I am validating ...
0
votes
0answers
44 views
Changing url in iOS Safari to manipulate the “Home Screen” bookmark url
I am trying to add a bookmark icon to the iOS home screen. I know this needs user interaction through Safari to add it and if I want my app to generate the html used by safari it all needs to be ...
9
votes
2answers
171 views
How to programmatically enter 'selection mode' in a UIWebView?
I'm trying to create an iBooks like experience, where users can highlight text within a document. To do that, I'm using a UIWebView with my document in an HTML format.
I've figured out how to ...
0
votes
2answers
67 views
Drawing line in Canvas having issue
I'm currently working on an iOS app which uses HTML 5 and JavaScript for drawing Graphs.
I just did a sample App.
My Code:
<!DOCTYPE html>
<html>
<head>
<script ...
1
vote
3answers
23 views
iPad Disable link click through CSS
I have multiple links which have the class "disable" defined in CSS.
Now for iPad, I want on click of the link, nothing should happen i.e. link should not get clicked (currently it navigates to some ...
0
votes
1answer
35 views
iOS - UIWebview - play local video (downloaded from the internet)
I am trying to pre-cache my UIWebView html5 videos.
I am downloading the videos to "file://localhost/var/mobile/Applications/{ID}/Documents/VideoName.mp4" and I am sending this link to Javascript ...
0
votes
1answer
45 views
How to distinguish between iPhone 4 and iPhone 4s in javascript
I have an app which can only run from iPhone 4s and up, I need to be able to distinguish on the client side (i.e. javascript) the device, and load the app or redirect accordingly.
Is there any way to ...
0
votes
0answers
33 views
How to sync a variable between two events
I'm looking for a clever (or just a working) way to sync html input range and gyroscope with javascript (no jQuery) on apple devices.
I have an input range and a gyro event (alpha value only) on the ...
0
votes
2answers
33 views
External javascript working in simulator but not in ios device
I am using Titanium sdk 3.02 and iOS SDK 6.1. Currently facing an issue with the external javascript.
<!DOCTYPE html>
<html lang="en">
<head>
<script type="text/javascript" ...
1
vote
1answer
68 views
How to trigger Cordova/PhoneGap In App Browser
I want to use the In App Browser that comes with the latest version of Cordova. However, I am having trouble figuring out how to set it up with my Xcode.
Ive added the example code to my html file:
...
0
votes
2answers
84 views
Hide HTML element if user is on an iOS device?
I want the code to check if a user is on an iOS device, and then, if they are not, hide the HTML input type "Play" button.
So, in my code, I'm sure if my iOS checking is wrong, of the code to hide ...
0
votes
0answers
36 views
Javascript prompt forces iPhone into portrait orientation
I am currently designing a web app to be used within mobile browsers (not PhoneGap packaging up or anything, just viewable within the browser)
It is an app that must be viewed landscape, and when in ...
1
vote
1answer
72 views
PhoneGap: JavaScript Focus and Blur event in iOS / Android
I would like to detect the focus and blur event in HTML input text box in a PhoneGap mobile application.
For iOS, the behaviour is as expected - When the textbox is in focus (textbox is clicked), ...
0
votes
1answer
37 views
How to bypass Captive Portal issue in iPhone
I have a Wi-Fi router within which a Web page is hosted. When I go to Settings in iPhone and select the this particular Wi-Fi network, this web page is popped up (the web page present within the Wi-Fi ...
0
votes
0answers
34 views
Links overlaid on top of HTML5 mobile video stop working after user clicks 'done' in iOS
My application contains full screen Youtube videos, with information and links overlaid on top of it. I'm using the jQuery plugin TubePlayer to embed the Youtube videos in a <div> element. The ...





