Search found 294 matches

Go to advanced search

by Egor Kotov6832188
Wed Apr 08, 2015 3:09 pm
Forum: Issues
Topic: Handling mobile app updates
Replies: 3
Views: 646
 
Jump to post

Handling mobile app updates

Miguel, Yes, local storage, will be removed with the app, update will not corrupt data.

by Egor Kotov6832188
Tue Apr 07, 2015 7:22 pm
Forum: Issues
Topic: Run script if app closed
Replies: 3
Views: 658
 
Jump to post

Run script if app closed

Hello Ben,

The best approach for this feature is to use Server Code script, which will be invoked every 10 minutes.
You can try to launch your service before app was closed, on exit event, but there is no guarantee, that all will be send and service will end it work with success.

by Egor Kotov6832188
Tue Apr 07, 2015 7:18 pm
Forum: Issues
Topic: Show HTML in new window from html string
Replies: 17
Views: 2912
 
Jump to post

Show HTML in new window from html string

Hello Aeneas,

Yes, you can, the issue is in your code.
pre
var wnd = window.open( "","_blank");
wnd.document.write(invhtml);

/pre

by Egor Kotov6832188
Tue Apr 07, 2015 6:53 pm
Forum: Issues
Topic: How do I remove map markers?
Replies: 56
Views: 6373
 
Jump to post

How do I remove map markers?

Hello Joe,

You are receiving getBounds exceptions, this issue based on lat and lang, which you are setting, check if value was provided to the map

by Egor Kotov6832188
Tue Apr 07, 2015 6:50 pm
Forum: Issues
Topic: carousel get image from db
Replies: 8
Views: 1218
 
Jump to post

carousel get image from db

Spark,

1) put a grid on the page
2) make 1 col and 1 row for it
3) place image component inside
4) add css styles for grid component so it will be floated left

by Egor Kotov6832188
Tue Apr 07, 2015 6:43 pm
Forum: Issues
Topic: How to check user registration database for duplicate email address?
Replies: 14
Views: 1772
 
Jump to post

How to check user registration database for duplicate email address?

Hell Makoto -

You can make call to DB from server-code without session token, thus you can check whenever the email is in use.

You can make it as a separate service, and call it before making actual signin.

by Egor Kotov6832188
Mon Apr 06, 2015 8:50 pm
Forum: Issues
Topic: stop countdown timer
Replies: 21
Views: 3193
 
Jump to post

stop countdown timer

Mike,

You are making mistakes in your code:
1) calling timer in setInterval function, when it is not defined
2) calling timer at the end, thus removing countdown right after setting it.

by Egor Kotov6832188
Mon Apr 06, 2015 8:42 pm
Forum: Issues
Topic: Uni Deadline Soon...Please Help
Replies: 5
Views: 757
 
Jump to post

Uni Deadline Soon...Please Help

Junaid,

We can only provide steps how to check or implement something.
You may consider purchasing Advisory Pack to get more in-depth help on this question. Here is more information about Advisory Pack (http://appery.io/services/#Advisory_Pack).

by Egor Kotov6832188
Mon Apr 06, 2015 7:31 pm
Forum: Issues
Topic: Add or Remove ListItem from List Manually
Replies: 38
Views: 4797
 
Jump to post

Add or Remove ListItem from List Manually

Hello, Here is an example http://gyazo.com/1f400a4586de3aa7b72b... You can see list items from list component on screenshot above. If you look closer at last item you would see, that it has next: data-aperry-tpl="true" property, which means that it is used by Appery.io during mapping to cr...
by Egor Kotov6832188
Mon Apr 06, 2015 7:13 pm
Forum: Issues
Topic: Cannot retrieve Salesforce data
Replies: 6
Views: 862
 
Jump to post

Cannot retrieve Salesforce data

Hello John,

I CANNOT see data, it throws ... 401 (Unauthorized)

You need to set header Authorization with token, or you will get 401 every time.

Go to advanced search