-
When deploying a simple Sencha Touch 2 app on a non-touch blackberry device (like Bold),
the webfield is showing about 6 pixels height of the content instead of 100% height.
there is a solution offered on this thread:
http://www.sencha.com/forum/showthread.php?151188-Blackberry-Webworks-Issues
However, when i added the code, nothing was changed.
Question: How does one solve this issue?

-
Disable mouse cursor and enable the default navigation style of non-touch BB devices in a sencha app.
There is a solution offered here: http://resilientcoder.blogspot.co.il/2011/03/getting-sencha-touch-to-work-on-non.html unfortunately, looks like it was written for sencha touch 1, not 2.
Question: is there a better solution? if not, how do i use this solution in the Commercial version of sencha touch (he mentions that his solution works only for the open source version)?
When deploying a simple Sencha Touch 2 app on a non-touch blackberry device (like
Share
in the end, the solution presented @ http://www.sencha.com/forum/showthread.php?151188-Blackberry-Webworks-Issues worked for the screen size issue.
I only had to add the code blocks to my project’s sdk viewport folder (and add the Blackberry.js file).
regarding my 2nd question, looks like there is no solution (as Lionel wrote)