Scratch-Client-4 / itchy-ionic

📱 A mobile app for Scratch
https://itchy.micahlindley.com
23 stars 4 forks source link

Support Android Intents and in-app URIs #9

Closed micahlt closed 3 years ago

micahlt commented 3 years ago

It would be nice to include support for Android Intents as well as in-app URIs (such as itchy://project?id=123456). There is a really good answer on this Stack Overflow post, which references the webintent plugin for Cordova (which should work with Ionic and Capacitor. We should attempt to redirect supported pages on Scratch - only /project/123456 for now, but eventually users and studios as well.

Implementation status

micahlt commented 3 years ago

This has been partially implemented in commit d390fd6f4bf0416e20d079ae91b3e0c834a35764.

moeenio commented 3 years ago

I think we should close this as we don't handle user and studio anyways.

micahlt commented 3 years ago

I would, except I'm working on it. If you compile the latest version from my fork then you'll see that I added user pages.

moeenio commented 3 years ago

Okay

micahlt commented 3 years ago

Closing this for now since studios are in the backlog.