when first time click on "Edit" button on "configuration,configure" view, the "add" button on "configuration,edit" view will also triggered on iphone and Android. That's very strange because configuration,edit view not initial when click on "Edit" button.
I tried:
1) undisplay "add" button on "configuration,edit" view and display it after "configuration,edit" view activate.
This will solve the first time click on "add" button issue
2) click on "add" button to transition to "configuration,add" view then directly click "back" button, the transition success to "configuration,edit" view.
click on "add" button and input something in the "title" textbox, this operation will cause listsmodel update, then click "back" button, the view transition to "items,list" view first and then transition to "confiuration,add" view again. That's very strange, I think maybe the reason is data module change update other views and cause a transition event.
when first time click on "Edit" button on "configuration,configure" view, the "add" button on "configuration,edit" view will also triggered on iphone and Android. That's very strange because configuration,edit view not initial when click on "Edit" button. I tried: 1) undisplay "add" button on "configuration,edit" view and display it after "configuration,edit" view activate. This will solve the first time click on "add" button issue
2) click on "add" button to transition to "configuration,add" view then directly click "back" button, the transition success to "configuration,edit" view. click on "add" button and input something in the "title" textbox, this operation will cause listsmodel update, then click "back" button, the view transition to "items,list" view first and then transition to "confiuration,add" view again. That's very strange, I think maybe the reason is data module change update other views and cause a transition event.