jQWidgets Forums

jQuery UI Widgets Forums General Discussions mobile app/prevent keyboard showing

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 11 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • mobile app/prevent keyboard showing #57016

    EricK
    Participant

    Hello to all,
    Not sure where to post mobile questions…. I have tested this on chrome and it works fine.
    I testing an app that has a datatable and the user selects a record(row) and a popup window (jqxWindow) opens ON TOP of the table with the inputs for the data.
    Problem.
    When I select a row the popup window opens but has focus on one of the inputs that is at the position of where I selected the row, which brings up the mobile keyboard.
    The popup window is created during the initial page load but I have autoLoad set to false.(hidden)
    Is the window actually present and can receive events?
    I have tried to set focus to other elements and the window using document.getElementById(‘popupWindow’).focus();
    But I can not prevent focus from happening.
    Anyone have suggestions on how to prevent focus?

    mobile app/prevent keyboard showing #57031

    Peter Stoev
    Keymaster

    Hi Erick,

    The window does not put automatically a focus in an INPUT tag so I suggest you to check your code for focus() method call. jqxWindow also does not have a property called autoLoad.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.