mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
Inject keyboard raising and lowering script into marketplaces window
This commit is contained in:
parent
41c7f714e2
commit
c578cd4b6d
1 changed files with 10 additions and 0 deletions
|
@ -49,6 +49,16 @@ Rectangle {
|
|||
height: parent.height - statusBarHeight - keyboard.height
|
||||
focus: true
|
||||
|
||||
// Detect when may want to raise and lower keyboard.
|
||||
WebEngineScript {
|
||||
id: raiseAndLowerKeyboard
|
||||
injectionPoint: WebEngineScript.Deferred
|
||||
sourceUrl: resourceDirectoryUrl + "/html/raiseAndLowerKeyboard.js"
|
||||
worldId: WebEngineScript.MainWorld
|
||||
}
|
||||
|
||||
userScripts: [ raiseAndLowerKeyboard ]
|
||||
|
||||
Timer {
|
||||
id: alertTimer
|
||||
running: false
|
||||
|
|
Loading…
Reference in a new issue