2
votes
0answers
38 views

PhoneGap iOS: picture date gives current date

I choose a picture (or video) from the library of the phone, using this: navigator.camera.getPicture(PictureSuccess, err,{ allowEdit: false, sourceType: ...
0
votes
0answers
11 views

Titanium - Getting events from calendar

In titanium,i need to get a events which is stored in a calendar. For this, i tried a sample app from https://github.com/Appgutta/AGCalendar. Am getting a error while installing build.py file.(note: ...
1
vote
2answers
99 views

Passing Sound (wav) file to javascript from objective c

I am recording a sound file ( wav format) in objective C. I want to pass this back to Javascript using Objective C stringByEvaluatingJavaScriptFromString. I am thinking that I will have to convert ...
0
votes
0answers
30 views

String to set on a UIAElement value attribute instead of name attribute

I am working on UIAutomation for an iOS app, where I get an element (in my case element is UIView and say its named as "View1") on the app using its accessibility identifier (say accessibility ...
1
vote
2answers
91 views

How to record and play voice in ios6 using HTML5

We are developing web application in HTML5 and Javascript. We need to implement voice recording functionality. We have used Wami Api but it is not supporting on iPad as its using flash for ...
0
votes
0answers
116 views

Sharekit plugin for phonegap 2.1 or higher

I am developing a IOS + phonegap 2.5 application. I need facebook and twitter sharing in it. I have googled for it and I found Sharekit plugin for older version of phonegap. I just wanted to know if ...
0
votes
0answers
52 views

IOS 6 safari - Issue with dynamic Javascript registeration

I have been working on an application that requires a postback to the server. As the data is received from the server, we do script registration using the code below: ...
2
votes
1answer
55 views

HTML/JS upload of images from camera on iOS6

I have this snippet: <script> var reader = new FileReader(); reader.onload = (function(theFile) { return function(e) { // Render thumbnail. ...
0
votes
1answer
246 views

Text field focus issue while scrolling the panel in sencha touch 2

I am working on an cordova iOS app(iPad). I have a form panel inside that i have some sencha fields. After i set focus on any of the fields as shown below and scroll the enclosing panel, focus ...
0
votes
0answers
72 views

Trigger.io. How to save <canvas> content to “Saved Photo” on ios?

I develop iphone app which allows user to draw something on canvas. User can save painting as PNG file. I know how to get data url (like data:image/png;base64,) of canvas content, know about ...
0
votes
1answer
110 views

iScroll returns to top when touch event ends

I've got an iOS web app that is proving to be a really difficult with regards to scrolling! The closes I have come to solving the issue is with iScroll 4. However when I remove my finger from the ...
0
votes
1answer
81 views

iOS App in webview - trick app into thinking page has reloaded

OK, I have a production iOS app that has a webview. It listens to the webview for a URL change and throws up a spinner. Then listens for webview to finishing loading and hides the spinner. Problem ...
0
votes
0answers
13 views

Is it possible to retrieve information about a video's status like (on video complete) from a javascript element and communicate it to objective c?

after displaying a JS video with embedded youtube can i find a way if the video is complete and communicate that to the IOS classes or object(s)? one way is ...
1
vote
0answers
60 views

iOS6 WebApp Won't exit

I am developing an HTML5 game, primarily for iOS. It has a Node.js backend and uses a myriad of technologies, including jQuery, Socket.IO, and the Web Audio API. The game works fine. However, ...
0
votes
1answer
93 views

Sencha 2.0 title bar is overlapped with select all range area

Sencha 2.0 title bar is overlapped with select all range area if edit area with entered text is scrolled up it's running on IOS 6.1 safari (webkit) This is the way we are defining the view for new ...

1 2 3 4 5 7
15 30 50 per page