WebOSDev - Programming has just evolved

The online blog for the webOS developer community you can find everything you need here to get a strong start developing applications for the webOS platform

Avoid auto focus for integer picker on scene

Posted by codesos Tuesday, September 29, 2009




in the scenes setup function add this:

this.controller.setInitialFocusedElement(null);

Simple....

0 comments

Post a Comment