Hi I created a phone app that makes use of a pop-out window. The pop-out window works fine when testing the app in a web browser but when it is tested on a phone or tablet the window doesn't pop-out. Instead what happens is that the would-be pop-out window is appended to the existing screen. Is ther...
Hello, I am using pubnub to create an app on appery with chat functionality. I am using the following tutorial http://www.pubnub.com/docs/javascript... In projectapp settingsexternal resources I made reference to the pubnub library. Also I access the API by running the javascript code on page load n...
Hello I am trying to create a javascript implementation of a RESTservice. I want to manipulate the data and map it to list. I use the generic REST service as described here https://getsatisfaction.com/apperyio/... I want to map each value of "name" to a different list item but it's not wor...
Your codes works, thank you very much. If it is not too much trouble can you tell me what was wrong in my code. If it is a long explanation don't worry about it.
I am trying to manipulate data returned from a contacts service call. I want to filter out only the phone numbers and store them in a local variable as and array. I use the following code var Contacts=[]; var Numbers=[]; for (var i=0; i,Numbers); which is a modification of the code I got from http:/...
Hi I am following your Geospatial Queries example to create a function. I have created the database service with a where request parameter. I test the following code and it executes successfully: { "Location" : { "$nearSphere" : [39.077309,-77.398537], "$maxDistanceInMiles&q...
Hi, I am trying to creat an app that take the users current location and displays a list of stores nearby. I have created the REST with the appropiate Google Places API, I tested it and got a valid response. I thought that I could just modify the the example below , but I am confused. http://docs.ap...