Most likely the link will vary depending on the model. For example, for Balance the link to the main page looks like this
Code: Select all
hmApp.startApp({ appid: 1038314, url: 'page/gtr/home/index.page'});Code: Select all
hmApp.startApp({ appid: 1038314, url: 'page/gtr/home/index.page'});Zecodorna wrote: 12 Apr 2025, 03:42What is the url to add a shortcut to the training history screen?...
Code: Select all
hmApp.startApp({url: 'SportRecordListScreen', native: true });
hmApp.startApp({url: 'SportScreen', native: true });