Tagged Questions
5
votes
0answers
234 views
UIATarget.setLocationWithOptions course not applying
I'm attempting to automate the path of a user via UI Automation. Ideally, the user location in an MKMapView would update according to the list of waypoints I've explicated in the automation script:
...
3
votes
0answers
245 views
MobileSafari won't send back Cookies set with CORS
I have a page loading up in MobileSafari which communicated with another server via CORS.
In desktop browsers (tested Chrome and Safari), I am able to log in, get a session cookie, and have that ...
3
votes
0answers
265 views
Javascript Blob constructor not working on iPad
I am trying to take a screenshot of the user's screen when they are using my website and upload it to the server using html2canvas. This works well at my desktop using Chrome and Firefox (screen > ...
3
votes
0answers
317 views
Hiding soft keyboards on mobile devices when using contenteditable divs
I am using contenteditable divs for a page to be viewed by mobile devices to get input for some stuff. I want the soft keyboard to hide when the user presses enter, instead of the normal action of ...
3
votes
0answers
966 views
pagination and images in ePub books
I build a epub engine that can read epub books with many features like pagination, add note, highlight, search, etc. Everything is working fine but am stuck with 2 problems.
First One: The ...
3
votes
0answers
319 views
strange WebKit Error in UIWebView - can this be catched?
I'm loading some HTML / JS from a subdirectory of my documents directory on iPad into a UIWebView. Everything works fine so far. For debugging the JS - Part i've put some alert(..); statements in the ...
3
votes
0answers
493 views
Copy/Paste events for javascript on iOS
It appears that oncopy and onpaste do not work with iOS devices that support copy and paste now. Is there another means to bind to these events in javascript?
2
votes
0answers
34 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
188 views
Text Highlighting and add notes function in epub reader ios
I am developing epub reader for ios and android. I want to implement text highlights and add note function to my epub reader. And I want to know how to these functionality for fixed layout epub. I can ...
2
votes
0answers
58 views
C# MVC Facebook application does not work in iPad Facebook application
I've written a Facebook application using Microsoft's ASP.NET MVC template. Works great from the browser on IE, Android's browser and will even work in Safari.
Inside the Android Facebook application ...
2
votes
0answers
72 views
launching an app with a URL
I have a web-page which checks the user agent and redirects accordingly:
Opend the appstore to download the app for first time/open the app if app is already installed
redirects to desktop site for ...
2
votes
0answers
61 views
Mobile browser(chrome,safari) cookies not deleted on closing session
Mobile browser(chrome, safari) not killing cookies with expire time set to '0', Same cookie persists when browser is reopened...
2
votes
0answers
83 views
getIncoming in UrbanAirship for Phonegap
When I receive a push notification on my phone when my app is minimized. If I click on the notification to launch my app
window.pushNotification.getIncoming( callback )
returns ...
2
votes
0answers
70 views
xui supports private browsing for iOS safari devices?
I have a website that is using xui.js
When turning on Private Browsing mode on an iPhone iOS5+, the xui.ready function does not get called. Is there a fix for it?
<script>
alert('test'); ...
2
votes
0answers
120 views
iPad safari crashes on parsing path string in raphael.js
I'm trying to draw a few path objects that I exported (save as SVG) from Adobe Illustrator in raphael.js. The path(s) look(s) like this:
...