[
https://issues.apache.org/jira/browse/RIPPLE-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13772287#comment-13772287
]
jimmy commented on RIPPLE-16:
-----------------------------
This issue is solved using an above comment. Your issue may be different, the
correct link is https://issues.apache.org/jira/browse/RIPPLE-36.
> Back Button Event Does not fire
> -------------------------------
>
> Key: RIPPLE-16
> URL: https://issues.apache.org/jira/browse/RIPPLE-16
> Project: Apache Ripple
> Issue Type: Bug
> Environment: Win 7, Google Chrome Plugin
> Reporter: jimmy
> Priority: Minor
> Original Estimate: 168h
> Remaining Estimate: 168h
>
> Using Phonegap 2.6 and the code with ripple as a chrome extension->
> <!DOCTYPE html><html><head><meta charset="utf-8"/>
> <meta name="format-detection" content="telephone=no"/>
> <meta name="viewport" content="user-scalable=no,
> initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width,
> height=device-height, target-densitydpi=device-dpi"/>
> <title>Test</title>
> </head>
> <body>
> <h1>Test</h1>
>
> <script type="text/javascript" src="js/cordova.min.js"></script>
> <script
> type="text/javascript">document.addEventListener("backbutton",function(e){document.write('back');},false);</script>
> </body></html>
> -->
> I fire the event "backbutton" in the events tab and nothing happens.
> Logged is "cordova :: fired event => backbutton "
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira