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?