fix: compass should not display over devtools and webpages can request focus
This commit is contained in:
parent
1737fc2506
commit
6f3749d787
|
@ -473,6 +473,7 @@ Rectangle {
|
||||||
settings.touchIconsEnabled: appSettings.touchIconsEnabled
|
settings.touchIconsEnabled: appSettings.touchIconsEnabled
|
||||||
settings.webRTCPublicInterfacesOnly: appSettings.webRTCPublicInterfacesOnly
|
settings.webRTCPublicInterfacesOnly: appSettings.webRTCPublicInterfacesOnly
|
||||||
settings.pdfViewerEnabled: appSettings.pdfViewerEnabled
|
settings.pdfViewerEnabled: appSettings.pdfViewerEnabled
|
||||||
|
settings.focusOnNavigationEnabled: true
|
||||||
|
|
||||||
onCertificateError: function(error) {
|
onCertificateError: function(error) {
|
||||||
error.defer();
|
error.defer();
|
||||||
|
@ -655,6 +656,7 @@ Rectangle {
|
||||||
tabs.currentIndex = tabs.count - 1;
|
tabs.currentIndex = tabs.count - 1;
|
||||||
request.openIn(tab.item);
|
request.openIn(tab.item);
|
||||||
}
|
}
|
||||||
|
z: 100
|
||||||
}
|
}
|
||||||
|
|
||||||
function onDownloadRequested(download) {
|
function onDownloadRequested(download) {
|
||||||
|
|
Loading…
Reference in New Issue