Handle deeplink to home page

This commit is contained in:
Skylar Ittner 2022-01-19 16:56:32 -07:00
parent 559ee9fb9b
commit 290c1a2396

View File

@ -216,6 +216,8 @@ function initCordova() {
// Wait a bit so the home page has time to load first.
setTimeout(function () {
switch (link.path) {
case "/":
break;
case "/track":
if (link.fragment) {
router.navigate("/track/" + link.fragment);