Browse Source

add comment

Yuki Takei 5 năm trước cách đây
mục cha
commit
02c96cb9ab
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/client/js/util/old-ios.js

+ 2 - 0
src/client/js/util/old-ios.js

@@ -1,4 +1,6 @@
 const userAgent = window.navigator.userAgent.toLowerCase();
+// TODO: impl more accurate logic
+// https://youtrack.weseek.co.jp/issue/GW-4826
 const isOldIos = /iphone os 12/.test(userAgent);
 
 /**