Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

UI focus question for Mobile devices

Locked
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: UI focus question for Mobile devices

Unread post by admin »

Dalkeith,

You could put the following in the JavaScript section of the Form.

Code: Select all


function nuLoadBrowse(){
    $('#nuSearchButton').focus();
}

Steven
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: UI focus question for Mobile devices

Unread post by admin »

Dalkeith,

Try

Code: Select all


function nuLoadEdit(){
    $('#nuButton0').focus();
}

Steven
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: UI focus question for Mobile devices

Unread post by admin »

.
Locked