Page 2 of 2

Back button is missing

Posted: Sat May 13, 2017 5:15 am
by Serhii Kulibaba

Hello Josiel,

Please disable "full screen refresh" there and check it again


Back button is missing

Posted: Sat May 13, 2017 10:21 am
by John Lee

Good morning Josiel.. I assume, if you do this, you background and other things will not show up correct in both Android & IOS phone.. but try different options.


Back button is missing

Posted: Sat May 13, 2017 10:45 am
by John Lee

Dear Josiel

if current configuration works except in IOS..then we might want to consider a work ground..

1) create a local storage variable (let's say) page_history (string)
2) In op1 click event set lsv to apperyio.currentpage(); before navigate to event
3) in Car Status page, in the header, uncheck back button option..
4) insert a button (and call it "back") and when clicked run javascript
Appery.navigateTo('apperyio.storage.page_history.get();', {});

https://devcenter2.appery.io/document...
https://devcenter2.appery.io/document...

5) make this into a common component and use it when you have issue with native back button..

this button will not be affected by how many time you refresh the page...
Good luck to you sir..

JL


Back button is missing

Posted: Sat May 13, 2017 11:17 am
by John Lee

better yet.. 2) on page (Garagem) load set lsv ...
so you don't have to do this by each items...


Back button is missing

Posted: Sat May 13, 2017 11:18 am
by John Lee

Dear Josiel

you should try different options... first as Serhii suggested..


Back button is missing

Posted: Sun May 14, 2017 10:52 am
by Josiel Denardi6690187

What different options? I don't understood. Do you have a example? I believe that missing the back button is a bug from your plataform.


Back button is missing

Posted: Sun May 14, 2017 1:50 pm
by John Lee

Good morning Josiel.. this is John... I have written something for you in my original reply... hope that helps.. Good luck to you.. sir