Browse Source

enhance(ios): enable back-and-forward button

leizhe 4 years ago
parent
commit
9e346546ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/frontend/components/header.cljs

+ 1 - 1
src/main/frontend/components/header.cljs

@@ -202,7 +202,7 @@
           (home-button))
 
         (when (or (util/electron?)
-                  (mobile-util/native-android?))
+                  (mobile-util/is-native-platform?))
           (back-and-forward))
 
         (new-block-mode)