Tagged Questions
3
votes
0answers
698 views
ios6 canvas high resolution y-value
I have an html5 webapp that recently was broken on iOS6. We take a high resolution jpeg image and render it on a canvas element. We first load a lower resolution thumbnail as a placeholder while the ...
2
votes
0answers
139 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: ...
2
votes
0answers
204 views
Get OpenUDID of a device through mobile browser
I am planning to use openUDID for one of my projects.
I have a couple of questions regarding it:
Can I use it only for for iOs or can it be used on Windows and Android platforms also?
I also want ...
1
vote
0answers
195 views
IOS 6 Safari not exhibiting bug when debugging with Web Inspector, how to find bug?
I'm trying to debug a bug that's only showing on IOS 6 Safari, from what I know. Chrome and Opera don't exhibit this bug.
I have reproduced the bug on my iPad 2 and the iOS Simulator, but only in ...
1
vote
0answers
100 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, ...
1
vote
0answers
52 views
Reasons why an web-application on iPad3 iOS6 works “sometimes and sometimes not”?
which is all the user, I'm having to remote debug can tell me... Since I'm also without a device to test for the next couple of days, I'm pretty much in the dark.
The application is a web-app written ...
1
vote
0answers
126 views
javascript injection in uiwebview iphone
I create one of the app that uses uiwebview.
I use JavaScript injection after uiwebview finished loading.
document.getElementsByTagName('body').item[0].font = 'custom font';
The custom font is ...
1
vote
0answers
355 views
problems with backbone.js and require.js in iOS webviews
I'm having some strange issues with our application not executing javascript
I have a web view thats loaded in an iPad app.
the page renders using require and backbone but something prevents the ...
1
vote
0answers
403 views
YouTube iframe embed with PhoneGap on iOS 6 shows only empty advertisement screen
I'm trying to implement a youtube video for a PhoneGap application, so I am using google's recommended iFrame implementation. On iOS 5, Android 2.3 and 4.0 this solution works perfectly, however on ...
1
vote
0answers
233 views
Uploading photos in Android browser
The problem is simple: I'd like to create a web page that, when viewed in the browser on Android devices, allows users to either select an image from their existing photos or use the camera to take a ...
1
vote
0answers
328 views
Solution for Contact Saving is not working on iPhone 5 Device
I am using copy and paste solution for saving Contacts into Address Book on iOS 6 but solution posted in docs for Contact saving in Titanium (Appcelerator) isnt working,
if ...
1
vote
0answers
409 views
ios 6 emulator - remote debugging, and how to empty device cashing
I am debugging Node.js server code from iOS emulator using remote debugger in iOS 6 Safari.
The thing is that I have to "Reset Content and Settings" to force a refreshed from the server.
The ...
1
vote
0answers
316 views
ios6 UIWebview with xcode 4.5 flickers when scrolling the page using Javascript
This problem is reproducible in ios6 with xcode 4.5. If you load a webpage in a UIWebView which scrolls the window/document after a certain timeout using either jquery scrollTop or window.scrollTo or ...
0
votes
0answers
27 views
Workaround/Fix for broken soft keyboard when using input inside iframe on iOS6
We are looking for a workaround or a fix in the webkit source code we could download for the following problem.
We have an app using a browser. We load a web page that contains an iframe, which is ...
0
votes
0answers
20 views
full screen ios 6.1 javascript
Are there any ways to make full screen with javascript IOS 6++, I didn't find any way to implement it, i succeed to find a solution with safari 5.1.7, chrome , moz with;
function ...