Quote:
Originally Posted by BenChen
When I tried Sudoku, I couldn't get the menus to work. They would open, but none of the entries were clickable.
|
Thanks for reporting back.
Interesting as your menu in FiveInARow is build pretty much the same!?
As for kartus suggestion, I think we can simply include this code in every App
Code:
target.doRoot = function () {
kbook.autoRunRoot.exitIf(kbook.model);
}
This should work at least with all touch-devices, but will have no effect for 300/505 as there is no HOME-Button calling doRoot.