09-26-2012 03:15 PM
Hi,
After updating to recent SDK 1.0.2.9 then I try to deploy app I stuck on blackberry logo and then I load it with older one 1.0.1.17 I get huge elements which I attach. I use Mac OS 10.8 and everything worked for me until I upgraded os to recent and same with SDK. Secondly Ripple don't find my config.xml so I use this script to install :
http://cl.ly/text/2O3L3U3O2j2r
Here is screenshot of app builded by 1.0.1.17:
Solved! Go to Solution.
09-26-2012 03:18 PM
In regards to the large scaling of bbUI, I found if you remove the <meta viewport...> tag from your index.html it will scale properlly. I'm not sure which property is causing bbUI to scale that way yet, but it should fix it.
I'll have to look in to your other question a bit more. I've packaged several apps the past couple days, and haven't had an issue with the config not being found.
09-26-2012 03:41 PM
http://cl.ly/image/1L2G3f1m2J2C - app from my pc which is example from bbui and here app from web:
http://cl.ly/image/2g3U2X0I2F15 I don't know why on localhost it could't find config.xml even it they are same.
PS. localhost:8080/config.xml works
09-26-2012 05:59 PM
Just as a note, my index.html does not have the meta viewport tag and I also get this problem.
09-27-2012 01:23 AM
If you get the latest version 0.9.4 from the next branch it fixes the scaling issues (https://github.com/blackberry/bbUI.js/issues/352)
09-27-2012 04:27 AM
Now im stuck on blackberry logo with new sdk and I have to use old one.
09-27-2012 09:04 AM
Have you actually upgraded the OS on your Dev device? There was a post yesterday with the exact same behaviour and that was the cause. The new version of the SDK will not work with the old version of the OS. It will package and deploy, and then just hang without doing anything.
09-27-2012 09:20 AM
Chad,
Any scaling issues are likely related to Webkit no longer supporting "target-densitydpi" attribute in the viewport tag. This change affects the latest OS release.
I thought there was a dev blog post talking about the change awhile back but I can't seem to locate it. Regardless, this brings us inline with other major platforms going forward.
09-28-2012 12:30 AM
Yep I have os version 10.0.9.388
09-28-2012 04:37 PM