Widget: Open iframe even on mobile (to prevent breakage in WkWebView)

This commit is contained in:
Raphael Michel
2021-03-16 16:16:59 +01:00
parent 4cfb10b254
commit 6e2b5eae9a
2 changed files with 26 additions and 1 deletions

View File

@@ -1505,7 +1505,7 @@ var shared_root_computed = {
return form_target
},
useIframe: function () {
return !this.disable_iframe && Math.min(screen.width, window.innerWidth) >= 800 && (this.skip_ssl || site_is_secure());
return !this.disable_iframe && (this.skip_ssl || site_is_secure());
},
showPrices: function () {
var has_priced = false;