Hide Keyboard in vl-web

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
kno_dk
Posts: 221
Joined: Tue Feb 23, 2016 12:00 am

Hide Keyboard in vl-web

Post by kno_dk »

HI.

I am creating an VL-web (V15) app. It is a barcode app running on an androide scanner device.

It works okay but when i set focus to the field where they have to scan - the keyboard appears on the screen.

Is it possible to remove the keyboard pop-up?

/Klaus
René Houba
Posts: 220
Joined: Thu Nov 26, 2015 7:03 am

Re: Hide Keyboard in vl-web

Post by René Houba »

Hi Klaus,

This is how these devices behaves but it could be that you have an instruction to tell the device to close the keyboard.

We over here created several apps and in this situation, we use a VL dialog. This is a limited size screen, where, if the keyboard appears, it will not be presented over your input. It show the dialog together with the mobile keyboard.

Will that be a solution for you probably?

Kind regards,
René
atostaine
Posts: 696
Joined: Wed Jan 20, 2016 7:38 am

Re: Hide Keyboard in vl-web

Post by atostaine »

My users on iPad and a bluetooth scanner have the room to view the prompt and the keyboard but they have to close the keyboard before they can scan.

I would like to hide the keyboard as well.
Art Tostaine
kno_dk
Posts: 221
Joined: Tue Feb 23, 2016 12:00 am

Re: Hide Keyboard in vl-web

Post by kno_dk »

Hi Rene.

Could you post an example of the code.

My application should show a list of items to be picked. The list is ordered by the stock location. Above the list I would like an input field where the user can scan the barcode of an item. If the barcode/item are in the list I would like the dialog where the user can type in the quantity.
But if i have this input field in the top and i set focus then the keyboard popups. I would like to control on the field level if the kyeboard should be disabled.

/Klaus
Post Reply