10-12-2012 09:45 AM
I'm using BlackBerry 10 WebWorks SDK 1.0.2.9
with DevAlpha OS 10.0.9.388 (from https://developer.blackberry.com/blackberry10deval
My problem: the deployed app screen resolution has bombed and I had to cut all script 'sizes' in half.
My question: should I submit the properly sized app or send the half-sized app?
I won't hold my breath waiting for a fix.
Maybe there is a 'meta' tweek that I can use temporarily in my config.xml?
Solved! Go to Solution.
10-12-2012 11:42 AM
Is there anybody here using BlackBerry 10 WebWorks SDK 1.0.2.9 with DevAlpha OS 10.0.9.388 ?
If so, does your app show double-sized fonts? Everything seems to be doubled?
My script uses webworks-1.0.2.9.js
I compile and deploy via the command line.
10-12-2012 05:36 PM
Mickey Mouse Solution:
submit 2 differently named apps, one full sized, one half-sized.
10-13-2012 01:03 PM
Hi eketahuna,
Please set up the viewport as per the following article: http://supportforums.blackberry.com/t5/Web-and-Web
This should prevent scaling issues and explain the behaviour you are experiencing.
Let me know if you have any questions.
10-14-2012 07:07 AM
Thanks anzor_b, that was very helpful!