1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00

Fix unusable keyboard since the switch to the new touch system.

This commit is contained in:
Simo Kinnunen 2014-09-17 15:21:50 +09:00
parent e2b5ca9344
commit 09cca76d32

View file

@ -445,6 +445,7 @@ module.exports = function DeviceScreenDirective($document, ScalingService,
}
function startMousing() {
input[0].focus()
control.gestureStart(nextSeq())
}