|
|
@@ -290,7 +290,7 @@
|
|
|
(when (util/safari?) (.add cl "is-safari"))
|
|
|
(when (mobile-util/native-ios?) (.add cl "is-native-ios"))
|
|
|
(when (mobile-util/native-android?) (.add cl "is-native-android"))
|
|
|
- (when (mobile-util/native-iphone?) (.add cl "native-iphone"))
|
|
|
+ (when (mobile-util/native-iphone?) (.add cl "is-native-iphone"))
|
|
|
(when (util/electron?)
|
|
|
(js/window.apis.on "full-screen" #(js-invoke cl (if (= % "enter") "add" "remove") "is-fullscreen"))
|
|
|
(p/then (ipc/ipc :getAppBaseInfo) #(let [{:keys [isFullScreen]} (js->clj % :keywordize-keys true)]
|