feat: go back home on ios device

This commit is contained in:
debugtalk
2022-07-27 22:10:49 +08:00
parent 36553c0b00
commit 8ca764b872
3 changed files with 13 additions and 2 deletions
+1
View File
@@ -23,6 +23,7 @@ const (
cameraStop MobileMethod = "camera_stop"
recordStart MobileMethod = "record_start"
recordStop MobileMethod = "record_stop"
uiHome MobileMethod = "home"
uiClick MobileMethod = "click"
uiDoubleClick MobileMethod = "double_click"
uiLongClick MobileMethod = "long_click"