Hi there I was wondering if deep linking is possible perhaps using some javascript 'onclick' or any other way in appery app. I would like to deep link to instragram://path/ from within my appery app. I have tried a few different methods in javascript but none appear to open app on android or iOS. Al...
Hi Guys When using API Express I can connect to MySQL using a username and password as authentication. However I have been asked to connect my application to a MySQL using a Public Key (SSL) instead for better security. Can anyone tell me what I would do with this Public Key in Appery? It appears to...
Hi Guys I have followed your documentation and have now managed to connect my app successfully to a mySQL database, however, the actual databases I now need to connect to have been setup using SSL and the developers have asked me if this is supported by Appery.io mobile web applications before we ca...
Hi Guys I have been trying for days to get though the API Express Tutorial. I Have created a Host Buddy account but unfortunately it doesn't quite look the same as the screenshots in your tutorial. These are the credentials i am using Host : lcefx8ylb-site.1tempurl.com Port: 3306 DBName: lcefx8yl_Te...
Hi Sergiy If I map only one list item a weather REST service successfully takes the value of a label box in the list item and queries a weather API and returns the weather results to the same list item. If you see the first image I posted it shows this. However if I map all list items, the REST serv...
Hi guys I have read through some similar posts but cannot find an answer that works. Im hoping its an easy fix this one but here goes. I have a weather service using Wunderground weather API. Unfortunately they can only return a single weather location per query. What I have is a list that I will be...
Hi Sergiy I have already tried this code with no luck. In the css section I have used the following.. [name=WxGrid]{ float:left; width:50px; } where WxGrid is the name of the mobile grid that receives the mapping in service. https://d2r1vs3d9006ap.cloudfront.net/s3_images/1309567/image1_inline.jpg?1...
Hi Guys I am having a lot of trouble displaying a loop in a grid in a horizontal line. I am looping weather information for 5 days and can only get it to display vertically... https://d2r1vs3d9006ap.cloudfront.net/s3_images/1309376/image1_inline.jpg?1447289155 https://d2r1vs3d9006ap.cloudfront.net/s...
Turns out I didnt need to write my own loop in JavaScript. I was using incorrect mapping from weather database to grid. In the end i needed to put a grid within another grid if that makes any sense.
Hi Sergiy I have tried the following loop to search weather based on array 'Locations'. for (var i = 0; i < 5; i++) { var Locations = ["Goulburn, Australia", "Bendigo, Australia", "Caloundra, Australia", "Hobart, Australia", "Melton, Australia"]; var...