hello everyone,
i have a problem, i devlop widget app, when i exit ,it's not have a confirm box to show when i click rightsoftmenu, i want to konw how i can do it?? thank every one, it's very important!
thank you!
hello everyone,
i have a problem, i devlop widget app, when i exit ,it's not have a confirm box to show when i click rightsoftmenu, i want to konw how i can do it?? thank every one, it's very important!
thank you!
Hello,
You can use setRightSoftkeyLabel to set the label and callback function. Then in callback function show note to user and act based on that. To close the widget call window.close();
Br,
Ilkka