FeedTheMonkey/qml
Jeena 13c241f3b9 Fix not responding next/previous when focus in webview
For some reason in the latest Qt versions the webview took over the
focus from the keyboard, once clicked on the webview the arrow
keys wouldn't register up and thus you couldn't navigate with them
anymore.

This patch fixes this problem by using window.location.href and
checkinf for those special urls. This is way easier to use than
WebChannels.
2018-01-30 22:55:16 +01:00
..
Content.qml Fix not responding next/previous when focus in webview 2018-01-30 22:55:16 +01:00
Login.qml Relicense FeedTheMonkey from BSD to GPLv3 2016-07-22 21:30:37 +02:00
main.qml Fix not responding next/previous when focus in webview 2018-01-30 22:55:16 +01:00
PostListItem.qml Increased contrast in the night mode. 2016-07-22 23:14:03 +02:00
qml.qrc restructured resource files directories 2015-02-28 21:43:53 +01:00
Sidebar.qml Increased contrast in the night mode. 2016-07-22 23:14:03 +02:00
TheMenuBar.qml Relicense FeedTheMonkey from BSD to GPLv3 2016-07-22 21:30:37 +02:00