0
votes
0answers
4 views

iOS embedded Youtube Player time change notification

I am using YTPlayerView to play youtube video, which is wrapper of this Javascript API (https://developers.google.com/youtube/js_api_reference). My app can be notified when user start/stop playing ...
1
vote
1answer
15 views

How to create this query in Parse cloud Javascript SDK?

I need to create / execute following SQL query in Parse Javascript SDK. Select * form xyz table where xyz.username in [select username from users where gender = "male"]; Not able to figure out how ...
0
votes
1answer
18 views

Parse Javascript promises on builtin functions

Im trying to send a push message to everyone with read access every time a new note is saved. This is the code I've been trialing. Before I was experience a can't serialise objects this was because I ...
0
votes
1answer
9 views

How to inject javascript into a web page loaded in UIWebView?

I need to load a web page from an independent website in my iOS app, however, the webpage is not optimized for mobile experience. I want to execute some js to re-layout the page after it is loaded. ...
0
votes
0answers
17 views

Error messages flashing on iOS device browsers

I created a form in bootstrap 3, and I'm showing error messages using the bootstrap validator plugin. This form is framed into another page, which I have no control over. The error display correctly ...
0
votes
0answers
19 views

Socket.io (1.x) .to(room) not working, but works without

I'm building a simple messaging server and it works perfect using the socket.broadcast.emit() however if you use the socket.broadcast.in(room).emit() it dose not connect up. I've include the server ...
0
votes
0answers
13 views

jQuery draggable on computer and touch screens

I have the script below and it works amazingly for the needs of what i am doing, is there any method that would allow me to use this script so that it can be used on both a machine using a mouse as ...
0
votes
1answer
12 views

Check touch device using javascript

I have a small function that detects if my user is on a touch device that works perfectly... function is_touch_device() { return (('ontouchstart' in window) || (navigator.MaxTouchPoints ...
0
votes
1answer
27 views

Font Awesome icons not rendering in Phonegap iOS application

Rather then render the icons I am getting small squares: It works perfectly fine within the browser, but when I viewed my app in iOS Simulator or Mobile Safari, the squares were there. Thanks so ...
0
votes
1answer
20 views

Run javascript function on iOS UIWebView

I am trying to run a javascript from a UIWebView. The javascript function I want to run is the one below function SelectAnimal() { var sel = document.getElementById('Animals'); var val = ...
0
votes
0answers
21 views

Draggable Items disable <A HREF> links

I've a problem with my code. I suppose that the draggable items disable the links inside my page. I've try and I want use this code inside an IOS phonegap app. The two links inside the "navigation" ...
0
votes
0answers
10 views

Javascript: on blur getting the event's relatedTarget on mobile safari

So, I have a form with custom validation that is triggered on input blur event... works fine the form submit prevents the form to be submitted if there are validation errors on the page... ...
0
votes
0answers
17 views

Detect Swipe along custom curved path

I'm currently developing an interactive short film HTML5 WebApp within my studies and want to implement a gesture detection. VIDEO EXAMPLE https://vimeo.com/102225877 password: "five" MAIN TASK ...
0
votes
0answers
34 views

iOS/Iphone How to avoid the presence of “Go” button while filling up a form in multipage

I own a responsive web mobile application (Javascript) that displays a form in multi step. Similar to that. The whole works except an issue regarding UX. As soon as I fill up an input text, the ...
0
votes
0answers
19 views

Change file upload options provided by ios

I am using below code to upload file from web view in ios. <input type="file" accept="image/*"> When I tap on this input tag it provides me options as Take Photo Choose existing photo ...
1
vote
0answers
11 views

prevent webview lock on ios phonegap

I have a page with an input box at the bottom. When I click on the input box the keyboard opens and shift the webview up. Is there any way to be able to scroll on the webview instead of fixing on the ...
0
votes
0answers
17 views

Recreating IOS Translucent background blur on web browsers

I've have been searching how to do recreate the real time background blur like IOS, but so far I've read that it's not possible just yet, but I found a website that has done the blur. ...
0
votes
1answer
8 views

Angular.js + Socket.io image rendering issue with iOS7 / Safari

I'm running a web app with Angular.js (ver. 1.2.21) and Socket.io for a simple image-based chatting. (click an image and the image link is sent to others in the chat room). The messages are added to a ...
0
votes
1answer
23 views

Dynamically adding HTML5 Date Element iOS Safari

I have the following javascript code that uses jQuery to append a HTML5 date input element to an existing div element and sets the value to a certain date (format of the date is yyyy-MM-dd). This ...
0
votes
0answers
18 views
+100

Using Parse Cloud Code in Conjunction with .NET SDK

Objective: When a table is updated with a new row (ParseFile + ParseUser + ParseUser), send one of the ParseUsers a push notification When a new user is created, add a new row to a table (ParseFile ...
0
votes
1answer
11 views

dynamically disable animation highcharts javascript

I am building an app which uses a highcharts graph embedded inside a webview. This webview is a collectionViewCell and therefore is reloaded when scrolled. I would like to set an attribute to ...
0
votes
1answer
11 views

How to extract the text between the tags when the user clicks on anchor tag in UIWebview

I have a iPhone app which displays a HTML content like below. I am Clicking Google Now When the user clicks on the hyperlink I want to extract the text under that hyperlink i.e "I am clicking google ...
0
votes
0answers
18 views

<audio> not working on iOS Safari

Having trouble playing audio clips on the iPhone/iPad Safari app. Basically the audio clip is within a div that overlays a play button on a fetched thumbnail and when that div is clicked, it stops or ...
-3
votes
0answers
22 views

Strange scroll issue on iPad

I have a strange scroll issue that is only occurring on iPad landscape orientation. iPhone and desktop browsers work perfectly (even when made smaller). The page has three sections - navigation, body ...
0
votes
1answer
6 views

PDF as iFrame src in Phonegap doesn't want to scroll

I'm building an iOS application using Cordova (Phonegap). I want to display a pdf underneath some sort of navigation-bar. I was thinking of using an iFrame, and setting the src to a locally stored ...
0
votes
1answer
26 views

Parse.com cloud code schedule every n minutes

Can I run function on Parse cloud code that will send push notifications to users in order. For example send push to user1, after 5 min send push to user2, etc? I mean could I schedule or invoke some ...
0
votes
0answers
13 views

Streaming Audio over HTTP using Cordova Media API on iOS

I am attempting to use the Cordova Media API to stream Audio over HTTP but sadly this requires the plugin downloading the entire Audio file before playback begins. As far as i can tell the Media ...
0
votes
1answer
21 views

Customise iOS smartbanner

We are planning to include smart banners for our app. Is it possible to customise smart banner. For instance, hide the close button so that user cannot close it ever. I tried jquery plugin ...
0
votes
0answers
5 views

Javascript & iPad touch event.identifier is continually incrementing

I'm building a simple web game with mouse and touch support. Based on the accepted answer to JavaScript mapping touch events to mouse events I copy-pasted their code (with a couple of modifications). ...
0
votes
0answers
16 views

JQueryMobile loader issue on back button

When I navigate from one page to another and calling web service, loader is visible using JQueryMobile code $.mobile.showPageLoadingMsg("a", "Loading...");. I am using custom back button, calling ...
0
votes
2answers
45 views

Parse iOS SDK: Understanding Cloud Code

Scenario = I am slowly but surely wrapping my head around what is going on with Parse's cloud code features. I just need some help from those who would like to answer some short, relatively simple ...
0
votes
0answers
6 views

Phonegap and pickadate.js

I am working on a phonegap application that requires the user to be able to pick a date. I was using the datepicker plugin for ios but it is awful to use and somewhat poorly written. I have used ...
0
votes
1answer
16 views

Automatic credentials input in UIWebview - iOS

I want to create an iOS app with a feature that - user can store username and password for particular website, and when the go to that website credentials will automatically typed in the webview and ...
0
votes
1answer
20 views

iOS visual flash when altering page length / scrollbar

http://jsbin.com/nesiside/1 (code is available http://jsbin.com/nesiside/1/edit) If you scroll down in the document and click the "Lock/Unlock" button, an overlay with text will appear. You'll notice ...
0
votes
2answers
20 views

How to encrypt/decrypt a PGP message in Objective-C using OpenPGP.js

I want to encrypt a message using a armored key. I want to accomplish this using OpenPGP.js.
0
votes
0answers
15 views

Cordova only executes plugins after resume event

I'm using Cordova 3.5.0 on iOS. My application loads, the 'deviceReady' event is fired, but no plugin actions are executed until I put my app in the background (by going to the homescreen). When I ...
0
votes
0answers
26 views

Phonegap - Play Media locally

I am developing an app with phonegap targeting iOS and Android. I want to deliver soundfiles as part of the application (not in the documents-folder or online web-ressource) and use phonegap's ...
0
votes
1answer
24 views

Cordova 3.4.0 : File Api GetFile Abort Error

Recently upgraded Cordova framework of my app to 3.4.0 I used to write a file within the Documents directory of iOS app. the file access code snippet is as shown below. var path = ...
0
votes
1answer
19 views

Best practice for communication between app and server when using PhoneGap/Cordova

I'm working on a PhoneGap project using Ionic. It's basically a chat app, so I need the user to be able to register, login and send messages using a backend API on my server. Naturally this needs to ...
0
votes
0answers
19 views

Phonegap button onclick on Ios

I have a app in android devices with phonegap, and his work fine. The ios version have a problem with firing javascript function on click button. I use angularjs: <button class="grabar" ...
0
votes
1answer
14 views

MathJax removes all body content in UIWebView

I'm trying to make a class method that will take a MathJax string, wrap the required HTML around it and load it into a specified UIWebView. My code is below: + (void)loadMathJax:(NSString *)jax ...
0
votes
1answer
14 views

Parse master key cloud code following users

I'm building a simple social network app for iOS with parse and I'm currently working on the relationships, such as follower and following. I have follower and following column in my data browser ...
0
votes
0answers
8 views

javascript: iPhone select wheel causing page to scroll to top when touching dropdown

I have a web app I'm developing (with zepto) which has several dropdown elements on one form. On iPad and Android devices, everything is fine. On an iPhone however, when scrolling, if you touch a ...
0
votes
0answers
20 views

Cordova alarm clock

I have built a Cordova alarm clock app that has a timer. Everything works good except that I now want to inform the user when the clock is up with a visual and audio alarm. I have used the following ...
-1
votes
1answer
37 views

Bootstrap navbar not working on iPad

I have a navbar on a page I am building. It works properly on Windows(Chrome/Firefox/IE), Mac OS(Chrome/Firefox/Safari) and on Android(Chrome/Firefox). However, for some reason nothing happens when I ...
0
votes
1answer
15 views

why does IOS and videojs make multiple calls to pull stream?

I have an mvc webpage with videojs on it streaming an mp4 file. when I run the page from a desktop, and debug the site, I can see that with a desktop view of the page, the video gets called twice for ...
1
vote
0answers
30 views

Is it possible to connect the Google Maps API through reverse proxy in my app?

I am working on an app which I want to use the Google Maps API in it. The problem is the connection to Google Maps API server is unstable, sometimes it's OK, but sometimes it's blocked, because I'm ...
0
votes
1answer
18 views

html5 video not playing in firefox on Apple machinees

I've added a HTML5 video to a site I'm working on & everything is working fine execept it doesn't play on firefox on Apple machines only, it works well on all other browsers even with firefox on ...
1
vote
1answer
40 views

how to pass collection of data using an nsarray to a javascript function from Objective C code

I am trying to render both html and native objective c code together. My purpose is to recognise a html element(suppose a button) and by pressing the button a native(Objective C)alert will get called. ...
0
votes
0answers
13 views

Set up synchronization between comments ios app and site (javascript) [closed]

How to set up synchronization between comments ios iOS app and site, to? To do so would have left comments in the application displayed on the website and vice versa. I have api site and need to ...