01-07-2013 09:20 PM - edited 01-08-2013 11:26 AM
Hello there. Im making a BB10 app in WebWorks and in the past ive been able to use the
<feature id="blackberry.app.event" /> blackberry.app.event.onExit() <div data-bb-type="action" data-bb-style="button" data-bb-img="images/.png" onclick="blackberry.app.exit();"></div>
comands to exit the app. But they're not working any more? or am I doing it wrong?
This is my config:
<access uri="https://twitter.com" subdomains="true">
<feature id="blackberry.app" required="true" version="1.0.0"/>
<feature id="blackberry.ui.menu" />
<feature id="blackberry.invoke" />
<feature id="blackberry.invoke.BrowserArguments" />
<feature id="blackberry.app.event" required="true" version="1.0.0"/>
</access>
When I hit exit button I created, in Ripple it gives me a message saying:
"blackberry.app.exit() was called, in the real world your app will exit, here... you get this notification"
But in real life its not exiting.
Thank you in advance.
Solved! Go to Solution.
01-08-2013 12:10 PM