cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Slipstream Engine: Keyboard opens automatically in every text input Field

Kevin0072
Explorer
0 Kudos
508

Hello evereybody,

When introducing the new Slipstream SAP Screen Personas 3.0 application on our TC52 devices via Enterprise Browser, we encountered a problem that we have not yet been able to finally solve:

Whenever a new page / screen containing an input field is opened, the keyboard pops up automatically. That is not so usable for the users. (see attachment).

Maske_2.PNG

However, we would like the keyboard to only open when the user taps on the input field.

Do they have any tips for me on how we could solve our problem?

View Entire Topic
Martin_Jaksa
Explorer

My way of workaround is using OnLoad script and focus on the noninput field (such as text, or object).

Kevin0072
Explorer
0 Kudos
Great, can i get your script and where I need to implement it ?
Martin_Jaksa
Explorer
It depends on transaction. You create onload script, identify the object like in transaction IH08 and put this in script session.findById("wnd[0]/usr/box%B010002_BLOCK_1000").setFocus(); (then you attach this script in OnLoad event)