Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Back button is missing

Hello Josiel,

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

John Lee
Posts: 0
Joined: Thu Apr 06, 2017 1:56 am

Back button is missing

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.

John Lee
Posts: 0
Joined: Thu Apr 06, 2017 1:56 am

Back button is missing

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

John Lee
Posts: 0
Joined: Thu Apr 06, 2017 1:56 am

Back button is missing

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

John Lee
Posts: 0
Joined: Thu Apr 06, 2017 1:56 am

Back button is missing

Dear Josiel

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

Josiel Denardi6690187
Posts: 0
Joined: Mon Feb 24, 2014 9:23 pm

Back button is missing

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.

John Lee
Posts: 0
Joined: Thu Apr 06, 2017 1:56 am

Back button is missing

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

Return to “Issues”