فهرست منبع

add i Pod and different versions to apply the old iOS styles

kaori 5 سال پیش
والد
کامیت
29a34ce4d5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/client/js/util/old-ios.js

+ 1 - 1
src/client/js/util/old-ios.js

@@ -1,6 +1,6 @@
 const userAgent = window.navigator.userAgent.toLowerCase();
 // https://youtrack.weseek.co.jp/issue/GW-4826
-const isOldIos = /iphone os 12/.test(userAgent);
+const isOldIos = /(iphone|ipad|ipod) os (9|10|11|12)/.test(userAgent);
 
 /**
  * Apply 'oldIos' attribute to <html></html>