Back Button ACTUALLY Take You to Previous Page
Katya,
This changed the button's permanent color. I would just like to change the button's color when activated.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Katya,
This changed the button's permanent color. I would just like to change the button's color when activated.
Hi Mike,
Then override styles for a class .ui-btn-active, for example:
pre.ui-btn-active{
background:red !important;
}/pre
Thank you
Hi!
Im using back button in all my pages.
In the startScreen I have a search button that brings me a list the nearest store locations (this screen fires geolocation services and then a geospatial query), then if user taps any of the items on the list, it takes to a detail page.
In detail page, if user clicks "back button" it returns to previous screen (nearest locations) but the two services fires again, even if I call services on load/show/device ready event.
what shoul I do to avoid this services been called again.
If this is a stardar jquery behaviour, how can I do a cache of that page?
I need to solve this because my customer doesnt like to call that services twice. (network usage)
Regards
Hi Alex,
This is how it is supposed to work. Hope this will be helpful:
http://stackoverflow.com/questions/16...
Hi!
the above suggestion didnt work for me.
Instead, I tried rendering all pages into one HTML file, doing that, the services didnt call again.
I just have two problems.
Hi Alex - is your app already shared with us? If so remind please the name of your app.
Hi, after testing the app with render all pages into one HTML, I notice several problems, so using this is not an option.
I want to ask if my problem of calling REST services on "back button" can be solved with echo, using Generic service, or saving service response into a local variable...
Regards
Hi Alex,
Please share the app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and tell us how to reproduce this.
Echo and generic services are invoked the same way.
hi Katya, instead of working with generic service and Echo, I need to implement infinite scrolling, so, lets continue here:
https://getsatisfaction.com/apperyio/...
Regards