Mobideck / appdeck

AppDeck is a mobile hybrid application engine for iOS and Android.
http://www.appdeck.mobi/
47 stars 22 forks source link

app.page.pop() not working in iOS #62

Open RoboKopf opened 8 years ago

RoboKopf commented 8 years ago

I'm having a problem with app.page.pop() on iOS. It does nothing on either your emulator or your iOS app. It ought to do exactly what tapping the close icon does, no?

I have been able to use app.page.root('page.php') to close the pushed page and return to the root page, but this is undesirable because it reloads the root page instead of simply closing the pushed page. This also interferes with passing a message to the root page from the pushed page just before closing the pushed page.

In short, I would like app.page.pop() to work the same on iOS as it does on android: close the pushed page, and nothing more or less.

Thank you!

RoboKopf commented 8 years ago

Also: I cannot find a to-do list for appdeck. Would you be willing to make your roadmap/to-do list public?

mdekermadec commented 8 years ago

Does this works in the kitchensink ?

I just made a test on my iPhone 5S and it was OK. This may come from either a specific bug on your kinf of iOS device or there may be a uncovered case in the api.

Could you give me your Javascript code ?

About Roadmap, this is a good idea. I try to setup something in the wiki.