From 34a568b833ed62ff0873181f5601d81d688422b9 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Thu, 14 Dec 2017 01:25:32 -0800 Subject: Revert "settings: switch keyboard to qtvirtualkeyboardplugin" This reverts commit 9990ec3dfdbd159b2077a33aa62dd52f53f174b2. Currently SPEC-1120 is blocking qtvirtualkeyboard from sending keystokes to applications. Bug-AGL: SPEC-1185 Change-Id: I02d02f6c1cf912d5b4f0face0add9c9af43c2af2 Signed-off-by: Matt Ranostay --- app/wifi/Wifi.qml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app/wifi') diff --git a/app/wifi/Wifi.qml b/app/wifi/Wifi.qml index d6b76c9..77e0759 100644 --- a/app/wifi/Wifi.qml +++ b/app/wifi/Wifi.qml @@ -399,6 +399,14 @@ SettingPage { } } } + + Keyboard { + id: keyboard + Layout.fillWidth: true + Layout.fillHeight: true + Layout.preferredHeight: 1 + target: activeFocusControl + } } } -- cgit 1.2.3-korg