Search found 355 matches

Go to advanced search

by Joe Sharples
Thu Aug 27, 2015 2:31 pm
Forum: Issues
Topic: App running slow
Replies: 19
Views: 2032
 
Jump to post

App running slow

I also have a few services that on-success invoke multiple services.
Is it better to put them under a single run javascript using .execute() event on success or have multiple invoke service events?

by Joe Sharples
Wed Aug 26, 2015 1:07 pm
Forum: Issues
Topic: scroll to bottom of list
Replies: 6
Views: 822
 
Jump to post

scroll to bottom of list

I'm getting very close to my deadline for finishing version 1 of my app. Is there a piece of code i can use to force the page to scroll to the bottom? as a work around. I will continue implementing your method after I have launched version 1, but just for now is there a way to make the page scroll t...
by Joe Sharples
Tue Aug 25, 2015 4:03 pm
Forum: Issues
Topic: scroll to bottom of list
Replies: 6
Views: 822
 
Jump to post

scroll to bottom of list

what am i doing wrong?

by Joe Sharples
Tue Aug 25, 2015 3:59 pm
Forum: Issues
Topic: scroll to bottom of list
Replies: 6
Views: 822
 
Jump to post

scroll to bottom of list

Thanks Sergiy, I've followed the tutorial but i'm having a problem. Using dev tools i can see that the service on page show has blank values for limit and skip. I use the code in the documentation on page show to set the storage variable: pre var infiniteList = {limit: "12", skip: "0&...
by Joe Sharples
Mon Aug 24, 2015 11:17 pm
Forum: Issues
Topic: fixing component when scroll reaches certain value
Replies: 6
Views: 858
 
Jump to post

fixing component when scroll reaches certain value

Sorry, i didnt realise it was outside the scope of support. But I'm not sure how the scroll events works. I tried: pre var radiopos = Apperyio("FavouritesRadioTypes").position().top(); var scroll = ($(window).scrollTop()); if (scroll = radiopos){ Apperyio('Favourite...
by Joe Sharples
Mon Aug 24, 2015 11:05 pm
Forum: Issues
Topic: add 1 to existing entry in database collection
Replies: 5
Views: 686
 
Jump to post

add 1 to existing entry in database collection

yes NumberOfCallsMade's type is number.
as i mentioned before I tried having a default number before testing and it still did not work

by Joe Sharples
Mon Aug 24, 2015 10:06 pm
Forum: Issues
Topic: App running slow
Replies: 19
Views: 2032
 
Jump to post

App running slow

also is it better to use sessionStorage or a global javascript variable?

by Joe Sharples
Mon Aug 24, 2015 9:17 pm
Forum: Issues
Topic: App running slow
Replies: 19
Views: 2032
 
Jump to post

App running slow

Hi Evgene, You've given some simple and affect advice here. I'm looking to improve my app speed. Is it better to put all events together that have the same trigger. for example, instead of having 3 separate events; prepage show: invoke service 1 page show: invoke service 2 /pre is it better to put t...
by Joe Sharples
Mon Aug 24, 2015 9:10 am
Forum: Issues
Topic: scroll to bottom of list
Replies: 6
Views: 822
 
Jump to post

scroll to bottom of list

I have a service with 'limit' and 'skip' parameters that pushes the response to an array, which is then set to local storage and then mapped to a list. I have a 'load more' button that increases the skip and invokes the service again. the result is a list that keeps extending when the user clicks 'l...
by Joe Sharples
Fri Aug 21, 2015 10:23 pm
Forum: Issues
Topic: add 1 to existing entry in database collection
Replies: 5
Views: 686
 
Jump to post

add 1 to existing entry in database collection

Hi Sergiy, Thank you, I looked at the documentation but couldn't get it to work. https://d2r1vs3d9006ap.cloudfront.net/s3_images/1262445/ScreenShot2015-08-21at23.16.11_inline.png?1440195479 This didn't work the 'NumberOfCallsMade' was still blank. I tired again but put a number in the field before t...

Go to advanced search