Fix keyboard not appearing in social media snapshot sharing dialogs

This commit is contained in:
David Rowe 2017-05-04 16:55:10 +12:00
parent 8ae3d4e8a0
commit 9d92ed2b9b

View file

@ -281,6 +281,7 @@ Item {
web.initialPage = webview.url;
startingUp = false;
}
webview.forceActiveFocus();
}
}