fix
This commit is contained in:
parent
77ae9a53b6
commit
41fea3c434
File diff suppressed because one or more lines are too long
|
|
@ -178,6 +178,8 @@ export const Root = () => {
|
||||||
let mobileCSS = "";
|
let mobileCSS = "";
|
||||||
|
|
||||||
if (base.page.root.responsive === "mobile") {
|
if (base.page.root.responsive === "mobile") {
|
||||||
|
base.mode = "mobile";
|
||||||
|
|
||||||
if (
|
if (
|
||||||
!/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(
|
!/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(
|
||||||
navigator.userAgent
|
navigator.userAgent
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue