-
How to use hmApp.startApp start calendar? What are the appid and the url of calendar in Zepp OS? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
hmApp.startApp({ appid: 1, url: 'ScheduleCalScreen', native: true }) |
Beta Was this translation helpful? Give feedback.
-
内置的应用都是在内部使用的,并不会公开支持。这块不做一直能够使用的保证。另外,我们计划对内置的应用也使用 appId。到时候方便大家跳转。 The built-in applications are for internal use only and are not publicly supported. We cannot guarantee their continuous availability. In addition, we plan to use an appId for the built-in applications as well, which will make it easier for everyone to navigate to them. |
Beta Was this translation helpful? Give feedback.
-
@htoooth any news? I would like to add shortcut to my app (os 2.1) that will take user to sleep page, but startApp is only available for os 1.0 |
Beta Was this translation helpful? Give feedback.
hmApp.startApp({ appid: 1, url: 'ScheduleCalScreen', native: true })