diff --git a/src/main/frontend/state.cljs b/src/main/frontend/state.cljs index e567f0ece..ba2e024db 100644 --- a/src/main/frontend/state.cljs +++ b/src/main/frontend/state.cljs @@ -1238,7 +1238,7 @@ (defn enable-tooltip? [] - (if (util/mobile?) + (if (or (util/mobile?) (mobile-util/is-native-platform?)) false (get (get (sub-config) (get-current-repo)) :ui/enable-tooltip?