Page 1 of 1
Can't navigate to pages that are made from template
Posted: Sat Jul 26, 2014 8:11 pm
by luke315774
Public link to our app : http://appery.io/app/mobile-frame?src...
I seem to have problem with page template. I have five page mades from a template that are called from a main menu. I had to call them using javascript (Appery.navigateTo('Orders', {transition : 'none'});) because when trying to select them in the combo, they all show up as "MainScreenTemplate".
And even calling them using javascript with their real page name, it won't work in the application causing some strange behavior.
lot of confusion using these page template. Am I better of not using them at all?
Can't navigate to pages that are made from template
Posted: Sat Jul 26, 2014 9:58 pm
by Alena Prykhodko
Hi Luke,
I've tested on the new project, works for me.
Could you please tell exact steps to test your app?
Can't navigate to pages that are made from template
Posted: Sun Jul 27, 2014 5:55 pm
by luke315774
Here is the problem has I see it : I have those three pages (Quotes, Orders, Shipments) all made from a template "MainScreenTemplate".
I have my main page which have a list to navigate to those pages. Has you can see in the screen shot, when trying to set the "navigate to", I would expect to see "quotes", "orders", and "shipments" in the options but what appear is "MainScreenTemplate" three time... Is that normal behavior? How can I set the menu item to navigate to the right page??
Can't navigate to pages that are made from template
Posted: Sun Jul 27, 2014 6:08 pm
by luke315774
I even tried to use javascript manually instead of choosing in the combobox :
Appery.navigateTo('Orders', {transition : 'none'});
But it don't work. It don't do nothing...
Can't navigate to pages that are made from template
Posted: Sun Jul 27, 2014 9:32 pm
by Alena Prykhodko
Luke,
It's reported issue, working on it.
Can't navigate to pages that are made from template
Posted: Mon Jul 28, 2014 11:45 am
by luke315774
What are you advising me to do? Wait for your team to fix the issue or re-build the affected pages without template?
We can't wait one or two weeks.
Can't navigate to pages that are made from template
Posted: Mon Jul 28, 2014 12:04 pm
by Maryna Brodina
Hello!
We hope to have the fix earlier. Very sorry for inconvenience.
Can't navigate to pages that are made from template
Posted: Wed Jul 30, 2014 1:45 pm
by Maryna Brodina
Hello!
It is planned to fix tomorrow.
Can't navigate to pages that are made from template
Posted: Thu Jul 31, 2014 2:20 pm
by Maryna Brodina
Hello!
The bug is fixed. Please try again and let us know result.
Can't navigate to pages that are made from template
Posted: Thu Jul 31, 2014 2:22 pm
by luke315774
Alright.
What I did is cloned the page and it was ok with the cloned page.
I will let you know.