0
votes
0answers
13 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
17 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
0answers
13 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
21 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
2answers
63 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
25 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
18 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
30 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
27 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
37 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
23 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 ...