Search found 25 matches

Go to advanced search

by Anthony Berko
Fri Mar 16, 2018 4:14 am
Forum: Issues
Topic: deep linking
Replies: 1
Views: 574
 
Jump to post

deep linking

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...
by Anthony Berko
Thu Dec 01, 2016 1:13 am
Forum: Issues
Topic: SSL Public Key authentication - API Express
Replies: 1
Views: 389
 
Jump to post

SSL Public Key authentication - API Express

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...
by Anthony Berko
Mon Jul 11, 2016 2:04 am
Forum: Issues
Topic: REST Service to mySQL database using SSL
Replies: 3
Views: 530
 
Jump to post

REST Service to mySQL database using SSL

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...
by Anthony Berko
Thu Jun 30, 2016 2:30 am
Forum: Issues
Topic: Cant connect to HostBuddy Database - API Express
Replies: 1
Views: 546
 
Jump to post

Cant connect to HostBuddy Database - API Express

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...
by Anthony Berko
Wed Apr 20, 2016 11:09 pm
Forum: Issues
Topic: Loop a REST weather service through list
Replies: 3
Views: 546
 
Jump to post

Loop a REST weather service through list

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...
by Anthony Berko
Wed Apr 20, 2016 12:02 am
Forum: Issues
Topic: Loop a REST weather service through list
Replies: 3
Views: 546
 
Jump to post

Loop a REST weather service through list

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...
by Anthony Berko
Thu Nov 12, 2015 9:51 am
Forum: Issues
Topic: Display grid loop in horizontal line.
Replies: 3
Views: 605
 
Jump to post

Display grid loop in horizontal line.

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...
by Anthony Berko
Thu Nov 12, 2015 1:24 am
Forum: Issues
Topic: Display grid loop in horizontal line.
Replies: 3
Views: 605
 
Jump to post

Display grid loop in horizontal line.

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...
by Anthony Berko
Wed Nov 11, 2015 10:14 pm
Forum: Issues
Topic: Loop weather app for multiple locations
Replies: 5
Views: 825
 
Jump to post

Loop weather app for multiple locations

Hi Sergiy

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.

by Anthony Berko
Wed Nov 11, 2015 9:54 am
Forum: Issues
Topic: Loop weather app for multiple locations
Replies: 5
Views: 825
 
Jump to post

Loop weather app for multiple locations

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...

Go to advanced search