Dev Alpha 10.0.9.338 screen resolution

I use BlackBerry 10 SDK 1.0.2.9 WebWorks

with DevAlpha OS 10.0.9.388 (of https://developer.blackberry.com/blackberry10devalphas/update)

My problem: the deployed app screen resolution has bombed and I had to cut all the script "sizes" in two.

My question: do I have to submit the appropriate application or send the half size app?

I won't hold my breath waiting for a solution.

Maybe there a tweek 'meta' that I can temporarily use my config file. XML?

Hi eketahuna,.

Please implement the window according to the following article: http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/How-to-set-up-the-viewport-for-a...

This should prevent scaling issues and explain the behavior that you are experiencing.

Let me know if you have any questions.

Tags: BlackBerry Developers

Similar Questions

  • BB 10 Dev Alpha Simulator 10.1 beta - screen resolution

    I couldn't get my Android app BAR file to install on the current version of the BB 10 Dev Alpha Simulator (10.0.10.261) so I tried to install the Beta 10.1 Simulator and my app installed first and short big.  The only problem is the screen seems to be much smaller than the 10.0.10.261 version, I read in the release notes that the resolution is only 720 x 720.  Is it possible to change this?  Or can we expect a resolution screen than the final version?

    Thank you

    Jonathan

    I realize now it's the resolution for the upcoming phones of the physical keyboard BB10 (X 10).

  • Dev Alpha B - end of the screen of the program

    Hey people,

    So I changed the date on my device Dev Alpha B (for December 17) and now I get "thank you for your participation - program finished"... I can't do it the screen go away.

    I tried to restart and also through the upgrade process - https://developer.blackberry.com/blackberry10devalphas/update

    Can anyone?

    OK, I could get help from @Fortneyland and it help me to walk through a few things he get up and running.

  • Resolution - difference between Dev Alpha and released screen device

    Hi guys

    I read on one blog that the Alpha of Dev and the real device which will be released at the end of January should have different screen resolutions. (1,280 x 768, 1,280 x 720)

    You know nothing about it?

    Thank you guys. In the meantime, I got a link to blog useful Kamel Lajili (@KLajili) - http://devblog.blackberry.com/2012/08/blackberry-10-screen-resolutions/

  • Script to change the element using screen orientation does not not on Dev Alpha in Portrait mode

    OK, so I wanted to update my application WebWorks Testing (https://github.com/SCrid2000/WebWorks-Testing) to make it easier to test webworks apps for the difference in screen resolution between the Alpha of Dev and the 10 next of BlackBerry.

    Basically, instead of opening your html, js and css files directly in the test application, the update would be to open your files in an iframe in the app. The iframe will resize itself based on the orientation of the device.

    The javascript function looks like this:

    function displayCurrentOrientation() {
    
        if (window.orientation === 0) {
            document.getElementById("currentOrientation").width = '1280px';
            document.getElementById("currentOrientation").height = '720px';
            return false;
        }
        if (window.orientation === 90) {
            document.getElementById("currentOrientation").width = '720px';
            document.getElementById("currentOrientation").height = '1280px';
            return false;
        }
        if (window.orientation === 180) {
            document.getElementById("currentOrientation").width = '1280px';
            document.getElementById("currentOrientation").height = '720px';
            return false;
        }
        if (window.orientation === -90) {
            document.getElementById("currentOrientation").width = '720px';
            document.getElementById("currentOrientation").height = '1280px';
            return false;
        }
    }
    

    Now it works just perfect on the PlayBook (but of course, this isn't much help for the screening of the BB10)

    However, on the Dev Alpha it ONLY works in the LANDSCAPE; in other words, if the application is launched in the landscape, the iframe rezises and everything is just perfect. If the test application is started in portrait mode, the iframe is still resized to the size of portrait.

    Anyone have any suggestions for what I'm doing wrong? I am quite at a loss here (and since this is a free application and open source, I'm not too motivated to spend another couple hours trying to fix lol).

    Thank you.

    Shane

    Nevermind, turns out it only is not yet supported by BB10.

  • Resolution of the smartphone BlackBerry Dev Alpha 10

    What will be the alpha of resolution Blackberry 10 dev device? It will be same as Simulator? How he gona be in real aircraft?

    Need for clarification

    Dev Alpha device resolution is 1280 x 768. The real device resolutions will be as follows:

    1280 x 768 for the first full touchscreen device
    1280 x 720 for future devices full touchscreen
    720 x 720 for models with a physical keyboard.

    More information about this is located in the following developers blog:

    http://devBlog.BlackBerry.com/2012/08/BlackBerry-10-screen-resolutions/

    I hope that info helps!

  • BlackBerry Dev Alpha - touch screen capture?

    Y at - it a shortcut to make a screenshot on the real device Dev Alpha? I prefer to use it if possible more it captures ripple.

    Thank you!

    I thought about it myself (by chance), it's of the +/-volume key at a time. It will take a screenshot of the screen.

  • Change orientation distorts the content of the screen on Dev Alpha (10.0.6.545)

    I use the Beta 2 SDK and my Alpha Dev is updated to 10.0.6.545.

    I want my application to support the changes in orientation from portrait to landscape and back. To implement, I followed the tutorial at:

    https://developer.BlackBerry.com/Cascades/documentation/dev/orientation/index.html

    When I flip the Alpha of Dev to change the orientation of the fashion portrait to landscape mode, it works. But when I flip it back to leave for the portrait, the content of my app's screen gets distorted / destroyed somehow so that more or less garbage appears. It is not just a question that all of my components are not moved or something (I understand I must handle this) but the screen content is garbled. When I go again in landscape mode it seems ok again. But when I go to the portrait of the screen is still once deformed. Here is a screenshot:

    I've found that I can reproduce this behavior also with examples of applications like weatherguesser and also with costs projects created from the project templates as examples NavigationPane or TabbedPane when I just turn on self-orientation in their bar - descriptor.xml file and just add an onCreationCompleted handler in their main.qml:

    onCreationCompleted: {
        OrientationSupport.supportedDisplayOrientation = SupportedDisplayOrientation.All;
    }
    

    Since the orientation change works very well for the operating system itself and the browser pre-installed too, and only my apps are affected, I think that I'm doing something wrong. Any tips?

    Is the source code for the tutorial above available as an archive available for download somewhere? I want to check it out.

    Or is it is a known issue in Beta 2? (I did not implement the change in orientation of support before Beta 2).

    (I have not found anything on this issue in the issue tracker.)

    Thanks in advance

    I've updated to Beta 3 SDK and the Dev Alpha 10.0.9.388 and this bug seems to be fixed.

  • The size of the screen wrong (Dev Alpha)

    OK - I have this

    A Dev Alpha is 1280 x 768 - I trust the source of this info (BB guy)

    Try something silly like that...

    Alert (window.innerWidth + 'x' window.innerHeight);

    I get the numbers - gimme a sec...

    Thing stupid password

    570 x 342

    Huh?

    Hi, I had the same problem. You must add the following:

     
    

    Source: http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/How-to-set-up-the-viewport-for-a...

    Have a great day!

  • BBui.js sample application on Dev Alpha

    I play with the BBui.js sample application (demo application with all the commands in a menu list) on a Dev Alpha device.

    For some reason, the controls do not meet the touch events correctly. It is clear that the contact is detected because a border appears around the list menuitem when pressed on the issue, but even now the item for several seconds does not usually result in an action.

    The strange thing is that on a few occasions, the item is highlighted to block and then respond to touch and open the corresponding page. But rarely worked, and every time, I can't work what is different.

    Any ideas on why this may not work on the Alpha of Dev, I? Has anyone else had problems of tactility with their apps or samples of the RIM? Or is there a way to adjust the sensitivity on the Dev Alpha?

    It has to do with the resolution of the screen of the alpha of dev, it blends right now with bbUI thinking that a faucet is actually a key and drag.

    I can't find the post where Tim Neil gives a good description of what is happening, but I know he's aware of him and try to sort it out.

  • BlackBerry Q10 Dev Alpha C - stuck on "essential gestures."

    Hey guys,.

    I accidentally placed an emergency call after loading the last 10.3 OS on my Dev Alpha C through the tutorial from gesturest. He asks me to swipe down from the top where the only option is 'emergency call '. I don't see a way to pass the tutorial of gestures to extinguish the GMS. Can someone help me out here?

    Okay, it looks like I had to do a battery pull and then just keep tapping the button 'try '. Finally he moved me to a screen where I could slip into an application and tutorial actions. Huge PITA, but I hope I am the case of edge here.

    Rion

  • After wiping Dev Alpha, it gets stuck

    I recently installed the updated BB10 with the hub. I found that something was wrong with the update that I couldn't connect to BBID little matter what I tried. So, I did a cleanup of security of the device.

    Now when it restarts, it shows a litte with a USB phone to a computer. When I plug it into the USB or the phone or the computer acts as something that happened.

    If I don't touch it, the dev alpha turns off, then when I turn it on again, same thing the usb screen. I need to finish a few apps and test them, I don't know what to do. Can someone help me?

    The automatic charger for Windows and connect the device to the computer windows using a US cable. Run the automatic charger. It starts by itself. If this isn't the case, keep the button of the unit alpha dev for at least 15 seconds.
    The autoloader should now be able to connect to the romantic boot and start updating your device and wipe all content.

  • BB10 dev alpha - stuck in Configuration - does not load the license agreement (r2320)

    I successfully upgraded Dev Alpha A 10.0.09.2320 with automatic charger.

    Device, rebooted, installed new drivers, etc etc, all the other things worked well, BUT

    The device is unable to complete the installation, because it gets stuck on the license agreement page.

    I am connected to wifi. The wifi works. It's worked before. It won't let me even to select a country, it shows an error that the network does not, repels me a page, and I have to disconnect / reconnect to wifi before it allows me to 'sweep left to continue' again.

    Any suggestions?

    I managed to make it work by (sigh) with the help of roaming data connection (after restart). Now it is stuck on the screen of a software update. He has rightly "Software Update" and nothing else on the screen. The Act of working is the Emergency call.

    Update: after another reboot, after you turn off roaming data once again, it gave me an option to start or turn off the phone, but it says something about "blackberry infrastructure? Does this mean that it will work only with BlackBerry Internet Service in the future?

    Edit: so bad, yet another restart that he lets me actually left-scan-ignore the update of the screen without anything do. Sorry for the false alarm, I'll leave it here for anyone to find.

  • Alpha B - end of the screen of the program

    Hey people,

    So I changed the date on my device Dev Alpha B (for December 17) and now I get "thank you for your participation - program finished"... I can't do it the screen go away.

    I tried to restart and also through the upgrade process - https://developer.blackberry.com/blackberry10devalphas/update

    Can anyone?

    Press and hold the power and volume for 30 seconds and it should reset the date back to the default (OS version date).

  • Feature on BlackBerry 10 Dev Alpha Simulator

    Greetings,

    I would like to know what device simulates the "BlackBerry 10 Dev Alpha Simulator"? In my view, that simulates the Q10 of BlackBerry, I would like to know if it is possible to emulate the Z10 BlackBerry, because the size of the screen is different in these two devices, or would like to know how whether the behavior of the GUI of my application, each of these two devices.

    Best regards!

    Hello
    Recent versions of Simulator offer to choose a type of screen during startup. Square screen (720 x 720) Q10 & Dev Alpha C's rectangular Z10 & Dev Alpha one

Maybe you are looking for