Hi guys

I am developing the application of Android and iOS by using Cordova. 

Page structure is as follows.
Page A (w/o iframe)
Page B (w/ iframe)

Transitions
Page A --> Page B (forward)
Page A <-- Page B (backward by history.back())

iframe displays external web page. 
When it goes back to Page A(w/o iframe) from Page B(w/ iframe), i have to call 
hisotory.back() twice.
However, Android app build by same javascript source only has to call 
history.back() once.
In addition, a similar problem does not occur when native WebVIew(UIWebView) of 
iOS is used. 

Is this a Cordova(iOS) spec or bug?

Versions
Cordova 4.2 (iOS Platform 3.8.0)
iOS 8.3

Same question on StackOverflow
http://stackoverflow.com/questions/30973368/iframe-history-back-issues-in-cordova-app-ios

Best regards,
Satoshi NOMAMOTO


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to