wavlake / mobile

MIT License
8 stars 0 forks source link

[MOBILE] Fix deep linking #161

Open joshr4 opened 1 month ago

joshr4 commented 1 month ago

In order for deep linking to work properly, i believe we'll need to mirror the .com page routes exactly. For example, when a user clicks a /playlist/<uuid> link on their mobile device, it will open the mobile app and attempt to load the /playlist/<uuid> page, which needs to exist, and then the mobile app can redirect them to the "proper" mobile page route.

Further investigation is needed.