dropdowns jQueryMobile freeze all browser/app on BB10 Dev Alpha

Hello

I tried to transfer my PB to BB10 application and has encountered a problem with dropdown lists jQueryMobile. When I clicked on one of them I could not do anything else in the application (web Inspector remote display any errors in the console).

I thought it's something on my app, but the same behavior can be reproduced from browser Dev Alpha to http://jquerymobile.com/demos/1.1.1/docs/forms/forms-all.html - there are 3 drop-down menus down - the two first drop down menus freeze browser, only the last one works.

Any ideas?

PS. Yes, I want to move to bbUI, but this behavior is disturbing even when

Dropdowns JQM work on more recent (10.0.9.388) operating system, so I am happy with the fence wire.

Thanks for the support

Tags: BlackBerry Developers

Similar Questions

  • Not able to read the BB10 Dev Alpha contacts (door Android app)

    Hi friends,

    I wore my Android app that exports the contacts into a CSV file that is stored on the SD card.

    When I run this app on my device BB10 Dev Alpha B, it creates an empty file.

    I guess that the BB10 Android runtime does not support the access contacts in BB10.

    Is someone can shine some light on this issue?

    Thank you

    Hemant

    Hello world

    I hope I can clarify what is supported in the BlackBerry Runtime for BlackBerry 10 Android applications when it comes to support of Contacts.

    Currently, support is in place to add an entry in the Contacts list to either contact existing, or by adding a new contact to the list. This can be understood as write-only access. We do not query the list of contacts or save existing contacts. There was some security issues behind the decision to only allow this access level, but as always, we are open to discussion of different use cases.

  • Orientation landscape BB10 Dev Alpha

    Hey there,

    I'm looking to have a landscape for playbook and BB10DA (BB10 Dev Alpha) application. The playbook, it will default to the landscape and all is peachy. However when I run the same application on BB10DA the phone is locked to a portrait orientation making the app behave strangely. The keyboard is the portrait and the gestures of the bezel also. I have my rendering and input adjustable thanks to Cocos2d-x, but the OS needs to recognize that I want the phone to be landscape only for this application.

    Is it possible to do currently?

    -Xoorath

    In your file of bar - descriptor.xml, you can add the following inside the element

    landscape
    

    Which I think should work.

  • BB10 Dev Alpha bezel Swipe

    I'm not able to get the action shot of bezel superior to register on the Dev Alpha for any of my applications.  I tried everything I found these tips and on github.

    I tried the sample project swipemenu.js WebWorks https://github.com/blackberry/WebWorks-Samples/tree/master/swipemenu. I packed up the sample application to the Alpha of Dev, and I can't get the hang of the bezel to work.  I can click on the button and trigger javascript code to display the menu, but this isn't really a shot of bezel.

    I added the BB10 the tag in my config file. I placed the following in my appssection (found here - https://developer.blackberry.com/html5/apis/blackberry.app.html#.event:swipedown).

    But I never see the alert, now how the shot of the upper bezel of importance.

    I also place the file javascript WebWorks (webworks - 1.0.2.9.js) in my application.

    I do not use the BBUI.js for this app because it causes too many conflicts at this time. Y at - it someone who has got the hang of the upper bezel to work in BB10 WebWorks app on a Dev Alpha device.

    OS version: 10.0.9.338

    10 BlackBerry WebWorks SDK 1.0.2.9

    you expect the event ready webworks and you enroll.

    https://developer.BlackBerry.com/HTML5/documentation/creating_a_bb10_app_2007539_11.html

  • Problem running QtGui / app GraphicsView on Dev Alpha

    Hi guys,.

    I'm trying to port a Harmattan on BB10 app with little success. I obviously it changed so that "haptic" uses VibrationController and QMediaPlayer replaced by MediaPlayer. QAccelerometer I used as-is from QtMobility. Other than that, I generated a new project of Cascades in the NDK, copied the source files in the folder source (qml to assets) and followed these instructions: http://www.maemopeople.org/index.php/jaffa/2012/06/20/initial_success_in_porting_harmattan_sym

    My program is compiled, but never reaches int hand (...). This is the beginning of main.cpp:

    #include 
    #include 
    #include 
    #include "mygraphicsscene.h"
    Q_DECL_EXPORT int main(int argc, char **argv)
    {
        fprintf(stdout, "reached this\n");
        fflush(stdout);
        qDebug() << "testing debug\n";
    

    None of the above messages appears when you run the application on the Dev Alpha.

    Here is the .pro (my game using opengl in graphicsview), the Makefile and bardescriptor, if theyre all help:

    APP_NAME = testapp
    
    CONFIG += qt warn_on cascades10 mobility
    QT += core declarative opengl
    MOBILITY += sensors
    LIBS += -lbbsystem -lbbmultimedia -lbbdevice
    INCLUDEPATH += ../src ${QNX_TARGET}/usr/include/qt4/QtCore
    DEPENDPATH += ../src ${QNX_TARGET}/usr/include/qt4/QtCore
    
    include(config.pri)
    
    QMAKE_TARGET  = testapp
    PROJECT_DIR   := $(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))
    I18N_DIR      := $(PROJECT_DIR)/translations
    
    include mk/cs-base.mk
    
    
    http://www.qnx.com/schemas/application/1.0">
        com.example.testapp
        testapp
        1.0.0
        1
        The testapp application
        mja
        gYAAgAQEBXEMkIBptFYS5lLFGpY
        
            none
            false
        
        core.games
        
           armle-v7
           testapp
        
        
           Qnx/Cascades
           armle-v7
           testapp.so
        
        
           armle-v7
           testapp
        
        
           x86
           testapp
        
        
            icon.png
        
        icon.png
        assets
        
            
        
        run_native
        read_device_identifying_information
        access_shared
        
        
    
    

    I know it's hard to fix something like that, but maybe that someone has faced problems with graphicsview?

    Well, got running and have really no idea what I did. Let's see if I can fix the remaining bugs.

    Edit: once I got the correct libraries loaded, I think it's mistakes in qml who crashed the app.

  • BB10 Dev Alpha - "QFontDatabase: cannot find fonts/base/usr/lib/qt4/fonts directory.

    Hello

    On my Dev Alpha the Qt BB10 device fonts seem to be in:

    /base/usr/lib/qt4/libItem

    but my app is looking for them here:

    / base/usr/lib/qt4/Fonts

    How can I make my app look elsewhere? How can I set an environment variable to make this please?

    Thanks in advance,

    Yalnte

    Hello

    to specify the fonts directory, add the following code to your file bar

    
    

    This corrects the QFontDatabase error at startup.

    I noticed you also try to use QtQui in your application, if you were not aware Cascades is a better option and has a greater integration with the system from QtQui, so take a look if you haven't done so already.

    See you soon

    Swann

  • BBM on BB10 Dev alpha B problem

    Hey guys.

    I'm pretty new to this Blackberry thing (got my Dev Alpha on a Jam Session, it was great), this is my first Blackberry device (frankly, I don't like Blackberry pre-10) and I tried to integrate my BBM app, but I have not been able to access all the BBM. I tried re-flashing the unit and using a different BBID unsuccessfully, BBM opens with a "Temporary server error" screen, and the only option I get is to exit the application.

    Friends (who also have been on the Jam session and got their devices) tell me they didn't need anything else that WiFi for that BBM works, so I was really puzzled. If I have in some way did do something wrong?, Blackberry icon is displayed next to the WiFi, is it not enough for BBM work on the Dev Alpha?

    Thanks in advance.

    This problem has been resolved.  You may need to reset your BlackBerry 10 Dev Alpha if you continue to receive this error.

  • 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.

  • BB10 Dev Alpha does not start

    I have been using the alpha dev. for awhile. But all of a sudden it won't turn. I loaded it via computer and a usb charger and the wall outlet.

    When I connect it there is a red LED that flashes around the permanence.

    Anyone know the symptom? Is there a way to physically reset the device or pull the battery out and back?

    This is a real setback for me because I'm currently developing.

    It helped me:

    http://supportforums.BlackBerry.com/T5/testing-and-deployment/dev-Alpha-Red-led-blinking-10111011-AF...

  • Question of BB10 Dev Alpha: debugging token is invalid

    I'm trying to get a token of debugging on my dev alpha device and it just cannot work. I can create, validate, and install the token, but it generates an error: debugging token is not valid. Or not applicable for this device.

    10.0.4.197 OS version

    Build ID: 196525

    PIN: 29D939F4

    Start: 28 June 21:32:34 UTC 2012

    I use BlackBerry 10 WebWorks SDK 1.0.0.15

    I just restarted the device. It is currently 21:26 according to my computer clock and the BB10 clock is synchronized with the clock of my computer... it of doesn't look right... the listed start time is 5 minutes in the future.

    Here's what I did.

    blackberry-debugtokenrequest -storepass storepass -devicepin 29D939F4 debugtokens\BB10_Dev_Alpha_debugtoken_29D939F4.bar
    

    Info: Debug token created.

    blackberry-debugtokenrequest -verify debugtokens\BB10_Dev_Alpha_debugtoken_29D939F4.bar
    

    Issue date: 28 June 2012 02:02:59 CEST
    Expiration date: 28 July 2012 02:02:59 CEST
    Features:
    702102004

    Info: Debug checked token.

    I checked the device PIN above (702102004) is correct. This is the decimal version of my device PIN (29D939F4)

    I tore the debugging, and here's the manifest token:

    Archive-manifest-Version: 1.2
    Archive-created-by: BlackBerry BAR package v1.4

    The package author: XXXX
    Package name: debug.token
    Package version: 0.0.0.8
    Package-Type: debug-token
    Package-author-certificate-Hash: XXXX
    Package-author-Id: XXXX
    Package-Id: XXXX
    Package-Version-Id: XXXX
    Package - Issue Date: 2012-06 - 29 T 00: 02:59Z

    Debug-token-system-Actions: run, multi_window, multi_instance, run_air_native, run_native
    Debug-token-expiration Date: 2012-07 - 29 T 00: 02:59Z
    Debug-token-device-Id: 702102004

    I was thrown for a moment of the date (Date of show-package -: 2012-06 - 29 T 00: 02:59Z) until I realized it was just

    my current time converted to offset - 0. I am currently in Toronto, where it is now UTC - 4.

    blackberry-deploy -installDebugToken "C:\Program Files (x86)\Research In Motion\BlackBerry 10 WebWorks SDK 1.0.0.15\debugtoken.bar" -device 169.254.99.117 -password password
    

    Info: Send request: install Debug Token
    News: Expired session reset
    Info: Send request: install Debug Token
    Info: Action: install Debugging token
    Info: File size: 2273
    result::success

    Yet, the device don't like this token. Here is the result.

    Any ideas to know what could be the problem here?

    Thank you

    Stem

    Rod,

    I had the same problem with my alpha chips and debug dev. Setting date/time is the source of the problem.

    Here is the fix:

    • The mode of development
    • Set your date/time to June or the date in the past.
    • Check your token security and debugging
    • Debugging token becomes valid

      My date is June 25

    Let me know if this solution worked for you! Worked for me.

  • JavaScript does not not in ripple or BB10 Dev Alpha A

    Hi all

    I am trying to create an app specifically for BB10 webworks.  I created my html and works, but trying to bring to the bb10 it no longer works.  To be more precise, my javascript online will not run.

    Is there a reason that this (see below) should work?

    "" value1 = window.document.form1.input1.value; ".

    The idea is that the user fills out a simple form, presses a button 'calculate' and a bit of math is done, very basic stuff.  But when I press on calculate that nothing happens.  Any ideas?

    I used bbui to wrap everything autour and following: https://github.com/blackberry/bbUI.js/wiki/Screen-Specific-CSS-and-JavaScript

    Thanks in advance!

    Phil

    When you say javascript inline, you tell a svreen bbui with a tag javascript code on the page of the screen?  If so, that will not work.  You must have a tag javascript with reference to the external JS code file.  This will work.

    See the explanation here:

    https://github.com/BlackBerry/bbUI.js/issues/28

    I see on the bbui site example code online but I do not know which works.  Maybe you should post an issue on github for help.  They respond pretty quickly.

    https://github.com/BlackBerry/bbUI.js/issues

    You may need to provide a good code.

  • App playBook on Dev Alpha Simulator - Exec format error

    I'm trying to run my application on the Simulator BB10 of Flash Builder. It seems to install with some success (creates an icon in the Simulator). But my application does not start and gives this error:

    Failed to create the application process: Exec format error

    Finally got it working by changing the NIC settings in VMware (change 'Share with my Mac' Ethernet). Restarted the Simulator and put the new IP address in the configuration of race of Flash Builder.

  • Can not get BB10 Dev Alpha device will

    Hi all

    Hope someone can help me with this, if I missed something obvious.

    I can turn on the unit and it starts in a series of sign in screens. Problem is when I try to connect to my wifi at home.  The SSID is hidden, and the security password is 43 characters long. (Do not ask)  My old BB OS v6 phone logs on to the network fine, but this Dev device fails to log on to the network, which means I can't log in with my BB account, or create an account because I need to be connected somehow.  I don't have a micro-SIM card either, so the unit is never beyond the could not connect screen when he tries to validate my login.  Is there something I can do, other than to go somewhere with a public wifi?

    Nevermind, I found that the real problem was that the device can connect to a hidden network. Do something that older devices of BB had no problem.

  • Impossible to get apps working on Dev Alpha WebWorks

    I was not able to get any application WebWorks has been working successfully on my alpha dev device.

    I downloaded the bbjs.ui repo and you want to run a few samples. Therefore I replaced the WebWorks js with the last 1.0.1.17 file in the source for the project and made the index file to the new js file. Same thing as even the other sample applications, I tried.

    He goes to the grey start BlackBerry screen and is there, doing nothing.

    The construction is successful, but I have the following warnings:

    out: [WARNING] can't find the feature with id: blackberry.message.sms
    [WARNING]    Could not find the feature with id: blackberry.ui.menu
    out: [WARNING] can't find the feature with id: blackberry.system.event
    out: [WARNING] can't find the feature with id: blackberry.app.event

    Any ideas?

    Found the problem. Ripple has a bug long pending that deploys the bar Simulator instead of the bar of the unit regardless of whether the IP of the target is for a device or a simulator.

    See question on github: https://github.com/blackberry/Ripple-UI/issues/441

    Apparently be fixed soon. Disappointed but it was a problem open for more than 2 months.

    Until then, I'm exclusively command line to package and deploy.

  • Using HTML5 FIleReader / FileWriter on BB10 dev alpha

    Is this supported? Apart from the examples PhoneGap and w3c, I can find no information on the implementation of webworks of it and despite all my efforts, I can't work properly. I can list files and writing files seems to work (for example does not error) but I can't read them again. My code to read files:

    function readFile(filePath, success, error, progress) {
        window.requestFileSystem(window.PERSISTENT, 0, function(fs) {
            fs.root.getFile(filePath, {},
                function(file) {
                    var reader = new FileReader();
                    reader.onloadend = function(e) {
                        success(e.target.result);
                    };
                    reader.onerror = function(err) {
                        if (err.code == FileError.NOT_FOUND_ERR)
                            success(null);
                        else if (_.isFunction(error))
                            error(getFileReaderError(err));
                    };
                    reader.readAsText(file);
                },
                function(err) {
                    if (err.code == FileError.NOT_FOUND_ERR)
                        success(null);
                    else if (_.isFunction(error))
                        error(getError(err));
                });
        });
    }
    

    Can someone point me to some examples of work?

    Forget it, please ignore this message. After weeks, I finally realized, I spent a fileEntry at the fileReader, not the file object. Labour below code:

    function readFile(filePath, success, error, progress) {
        window.requestFileSystem(window.PERSISTENT, 0, function(fs) {
            fs.root.getFile(filePath, {},
                function(fileEntry) {
                    fileEntry.file(
                        function(file) {
                            var reader = new FileReader();
                            reader.onloadend = function(e) {
                                success(e.target.result);
                            };
                            reader.onerror = function(err) {
                                if (err.code == FileError.NOT_FOUND_ERR)
                                    success(null);
                                else if (_.isFunction(error))
                                    error(getFileReaderError(err));
                            };
                            reader.readAsText(file);
                        },
                        function(err) {
                            if (err.code == FileError.NOT_FOUND_ERR)
                                success(null);
                            else if (_.isFunction(error))
                                error(getError(err));
                        });
    
                },
                function(err) {
                    if (err.code == FileError.NOT_FOUND_ERR)
                        success(null);
                    else if (_.isFunction(error))
                        error(getError(err));
                });
        });
    }
    

Maybe you are looking for

  • M9V10PA #ACJ: windows window experince index is low even with 2 GB graphics card

    In M9V10PA #ACJ when I performed a search for a windows experience index 8.1 removed this feature directly my COMPUTER - > properties, but still, you can find the numbers of notes (research in internet how to have WEI in the 8.1 window). I got rating

  • Turn off power scrub/balance/defrag view emails in ReadyOS 6

    Each week, I do a scrub, balance & defrag on all our ReadyNAS devices. For each of them, I get 2 letters: started and finished/failed. Since we have little devices, I get about 20 emails in the weekend. I want to disable the notification emails and d

  • Y510p does not start correctly

    I bought my lenovo y510 (base model) last November and has not acted all until now. Before ask you, I tried to restore my computer to an earlier point, before he had this problem but it did not work. What happened is that I restarted my computer, and

  • I have an Acer Aspire R7 - 571 questions.

    I have an Acer R7-571, 1.8gz dual core, and has 12 GB of ram. The computer is not as fast and is there any setings to the more quickly? I thought with 12 GB of ram, it would be lightening fast. Poor WIFI is another problem. Any ideas for that?

  • Cannot find \Windows\System32\hal.dll__

    Cannot find \Windows\System32\hal.dll XP pro upgrade, not product complete