By Soohong Min
23 Aug 2013 18:22
English
4 Replies
I cannot work back and menu button on the device and emulator.
To do this, I did do that,
document.addEventListener( 'tizenhwkey', function(e) {
if (e.keyName === 'back') {
if ($.mobile.activePage.attr('id') === 'main') {
tizen.application.getCurrentApplication().exit();
} else {
history.back();
}
}
else if (e.keyName === 'menu') {
}
});
How can I fix it? Please let me know.
Thanks
Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.
You must log in to use this service. Log in now?
The tag you entered already exists.
Do you want to report this post as spam?
The post has been reported as spam.
cannot be empty.
Are you sure you want to cancel and return to the list?
The code has been copied to the clipboard.
Enter a title.
All Categories
General Support
Tizen .NET
Web Application Development
Native Application Development
SDK & IDE
--------
--------