Search found 8 matches

Go to advanced search

by Rod b
Sat May 23, 2015 7:57 am
Forum: Issues
Topic: How to set values in the Settings Service from App
Replies: 1
Views: 439
 
Jump to post

How to set values in the Settings Service from App

I am using a settings service as described here:

https://devcenter.appery.io/documenta...

I would like my users to set some parameters here, that stay persistent for them, rather than them being default, is that possible or should I create my own local storage variables?

by Rod b
Sat May 23, 2015 7:20 am
Forum: Issues
Topic: Background image / CSS
Replies: 5
Views: 1313
 
Jump to post

Background image / CSS

Thanks Evgene.

I have upload my pic, called name.jpg, and tried:

Appery('mobilecontainer').css('background-image','url("../image/name.jpg")');

It isn't showing in Test, have I defined the URL incorrectly?

by Rod b
Wed May 20, 2015 11:31 pm
Forum: Issues
Topic: Background image / CSS
Replies: 5
Views: 1313
 
Jump to post

Background image / CSS

Thanks Sergiy. One follow-up question: If I'm setting the background image with a JS page load event (like in the 2. above) and I have the image stored in Apeery media manager. Is the app fetching the image from a remote location every time the page is loaded? If so, I guess this is quite data inten...
by Rod b
Wed May 20, 2015 12:01 pm
Forum: Issues
Topic: Background image / CSS
Replies: 5
Views: 1313
 
Jump to post

Background image / CSS

I have the background image working using javascript. I have it working in two ways: Using a direct link to an external location: Appery('mobilecontainer').css('background-image','url(" http://myplace.com.au/images/mypic.jpg ")'); Using the Media Manager like this: Appery('mobilecontainer'...
by Rod b
Mon May 18, 2015 11:28 am
Forum: Issues
Topic: Example HTML form to send PUSH notification
Replies: 4
Views: 1013
 
Jump to post

Example HTML form to send PUSH notification

It's ok, I have now tried a different approach, on reading the docs again I have decided that I should be using Server Code, and have done that successfully - thanks.

by Rod b
Mon May 18, 2015 11:26 am
Forum: Issues
Topic: Line Break in Server Side Push notification
Replies: 18
Views: 5195
 
Jump to post

Line Break in Server Side Push notification

Hey Jimmy - did you ever solve how to get a line break into a push notification? I would like to do that too.

by Rod b
Sat May 16, 2015 11:09 pm
Forum: Issues
Topic: Example HTML form to send PUSH notification
Replies: 4
Views: 1013
 
Jump to post

Example HTML form to send PUSH notification

Thanks Sergiy - I know how to do inside of Appery, all good. But I need this form to be outside of Appery, so I just want an example of a plain old HTML form that posts data in the correct format. Everytime I build it, I get serialization errors.

by Rod b
Sat May 16, 2015 1:32 am
Forum: Issues
Topic: Example HTML form to send PUSH notification
Replies: 4
Views: 1013
 
Jump to post

Example HTML form to send PUSH notification

I'm trying to build a HTML form - that will be part of our intranet - to send push notifications to my Appery app. I know it needs to use the POST method, I have successfully sent push notifications using the CURL examples, but I can't get a simple html form to work as I keep getting serialization e...

Go to advanced search