hack to fix mobile sheets on safari/iPad

This commit is contained in:
ansuz 2021-03-25 13:14:54 +05:30
parent 7b5c70b2ad
commit 3db4fad22b

View File

@ -807,11 +807,11 @@
isSafari_mobile = !isIE && !isChrome && check(/safari/) && (navigator.maxTouchPoints>0);
path += app + "/";
path += (config.type === "mobile" || isSafari_mobile)
path += "main"; /* (config.type === "mobile" || isSafari_mobile)
? "mobile"
: config.type === "embedded"
? "embed"
: "main";
: "main"; */
var index = "/index.html";
if (config.editorConfig) {