Search found 11 matches

Go to advanced search

by tim foran
Thu Apr 03, 2014 8:29 pm
Forum: Issues
Topic: Publishing app to heroku where the service used by the app is already hosted
Replies: 7
Views: 251
 
Jump to post

Publishing app to heroku where the service used by the app is already hosted

it is our site - how do you go about doing that?

by tim foran
Thu Apr 03, 2014 5:57 pm
Forum: Issues
Topic: Publishing app to heroku where the service used by the app is already hosted
Replies: 7
Views: 251
 
Jump to post

Publishing app to heroku where the service used by the app is already hosted

Will I run into the cross-domain issue if I push to a NEW app on heroku?

What I want to do is a) avoid the cross-domain issue, and b) not screw up anything on the django/python that we already have in heroku

by tim foran
Thu Apr 03, 2014 3:58 pm
Forum: Issues
Topic: Publishing app to heroku where the service used by the app is already hosted
Replies: 7
Views: 251
 
Jump to post

Publishing app to heroku where the service used by the app is already hosted

Hi Katya,

To clarify - I publish to the SAME/existing app, even if the app on heroku is django/python and our appery.io app connects to it via REST API?

Or do I publish to a new app on heroku?

by tim foran
Thu Apr 03, 2014 7:35 am
Forum: Issues
Topic: Publishing app to heroku where the service used by the app is already hosted
Replies: 7
Views: 251
 
Jump to post

Publishing app to heroku where the service used by the app is already hosted

i used appery.io to create an app that mainly access a service hosted on heroku. i'm trying to get this app out into the world for testing amongst friends and family but am running into the normal cross-domain service issues. if i push the appery.io app to my heroku account, will it mess anything up...
by tim foran
Wed Apr 02, 2014 7:34 am
Forum: Issues
Topic: Storing multiple JSON arrays from REST response in localStorage
Replies: 7
Views: 346
 
Jump to post

Storing multiple JSON arrays from REST response in localStorage

Hi Katya, I wrote the following code, but am having trouble getting it all to execute. I am basically extracting the array I get from localStorage and parsing it back to JSON, and then using an array from that to create a chart. It is telling me that my function 'length' is undefined: //retrieve ini...
by tim foran
Tue Apr 01, 2014 7:30 am
Forum: Issues
Topic: Storing multiple JSON arrays from REST response in localStorage
Replies: 7
Views: 346
 
Jump to post

Storing multiple JSON arrays from REST response in localStorage

Hi Katya, That makes sense. So I save the entire response to localStorage, and then access it on the next page with getItem("myResponse"). I can then convert it back to JSON, then just search the entire response for the object that has the same ID as the result I'm looking at. Once I have ...
by tim foran
Mon Mar 31, 2014 6:53 am
Forum: Issues
Topic: Storing multiple JSON arrays from REST response in localStorage
Replies: 7
Views: 346
 
Jump to post

Storing multiple JSON arrays from REST response in localStorage

Hi Katya, Thanks for the quick reply. I will look into this. How do I use the code mentioned in that conversation to pull directly from the REST response and into local storage? Where/when do I run that? I have an array for each result, and depending on the result selected to be viewed in Details, I...
by tim foran
Mon Mar 31, 2014 4:46 am
Forum: Issues
Topic: Storing multiple JSON arrays from REST response in localStorage
Replies: 7
Views: 346
 
Jump to post

Storing multiple JSON arrays from REST response in localStorage

I have an app that is based around a search function. The results returned are relatively complex, and each result includes a JSON array with data unique to the search just performed. I need to find a way to store the JSON array from each result so that it can be used on a detail page that is access...
by tim foran
Mon Mar 31, 2014 4:42 am
Forum: Issues
Topic: Plotting data using Amcharts.js libraries
Replies: 6
Views: 424
 
Jump to post

Plotting data using Amcharts.js libraries

this has been solved! I removed the "AmCharts.ready(function() {" line and the line second from the bottom ( "});" ) and it worked!

by tim foran
Sun Mar 30, 2014 2:55 pm
Forum: Issues
Topic: Plotting data using Amcharts.js libraries
Replies: 6
Views: 424
 
Jump to post

Plotting data using Amcharts.js libraries

Hi Alena, The browser console doesn't show any errors. Here's the app public link: http://appery.io/app/mobile-frame?src... The chart I am trying to display is in the Details page. Outside of Appery.io, I've successfully used the below html file to display the chart. It might be that I'm just not su...

Go to advanced search