10-02-2012 02:54 PM
My App compiled with SDK1.0.1.17 run but not in landscape
I download SDK 1.0.2.9, make some modifications in Config.xml ( for Adam Stanley suggestions), compile, deploy to BB10 DevAlpha, and now the app shows the SplashScreen in landscape and next black screen.
I check the Config.xml and looks ok to me.
What I doing wrong?
Thanks in advance
10-02-2012 04:44 PM
10-02-2012 04:57 PM
Hi, I dont think is the App, because the same code with earlier SDK runs well
The thing is with the new config.xml
If you like, i will post the code of it here
10-02-2012 05:02 PM
10-02-2012 05:08 PM
I mean for example the changes to the config.xml structure in 1.0.2.9. orientation and background img now defined by param element
https://developer.blackberry.com/html5/documentati
https://developer.blackberry.com/html5/documentati
Here the code of Config.html
<?xml version="1.0" encoding="utf-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:rim="http://www.blackberry.com/ns/widgets" version="2.0.0.0" id="m4kids">
<author rim:copyright="2012 EfePe Design" email="pablo.canonico@gmail.com" href="http://www.axworks.com.ar/">Efepe Design</author>
<name>Multiply4Kids</name>
<description>
An amazing application for kids to learn multiply tables
</description>
<rim
ermissions>
<rim
ermit>access_shared</rim
ermit>
</rim
ermissions>
<rim:category name="games"/>
<icon src="Img/AppIcon.png"/>
<rim:splash src="Img/Splash.png" />
<content src="Index.html" rim:allowInvokeParams="true" />
<feature id="blackberry.app.orientation">
<param name="mode" value="landscape" />
</feature>
<feature id="blackberry.app">
<param name="backgroundColor" value="0xFFFF0000" />
</feature>
</widget>
10-02-2012 05:24 PM
10-03-2012 10:27 AM
I remove both, let the minimum necessary and continue with Black Screen, but now in portrait mode
Without changing anything, with this version of config.xml I recompiled with SDK 1.0.1.17 and the apps run, the Index.html shows in screen but obviously in portrait
So, I do not use the last SDK??
Then, How I fix the issue of orientation?
10-03-2012 10:47 AM
10-03-2012 11:20 AM
OK, I could send the .bar y yo wish?
10-03-2012 11:46 AM