Web App on iPad Show Keyboard

hi
if any way to push a button to make show the virtual keyboard on iPad

i use a barcode scanner by bluetooth and the keyboard hide.

The only way under iOS with a web app to show the keyboard is to set focus on a TextField or TextArea. On iOS you cannot do that in code, so you have to tap into the TextField or TextArea.

What you could do is to style a TextField so it looks like a button.

ok
but no works

thanks

Alexis, I love it when you write “no works”. If you don’t make any effort to explain what you tried and what is going on, you will get nowhere.

[quote=327013:@Alexis Colon Lugo]hi
if any way to push a button to make show the virtual keyboard on iPad

i use a barcode scanner by bluetooth and the keyboard hide.[/quote]
it sounds like the barcode scanner is set up to emulate a keyboard. if so, the keyboard will never show when the barcode scanner is connected.

Hi Greg
yes that is the problem

thanks