WEKIT-ECS / MIRAGE-XR

MirageXR is a reference implementation of an XR training system. MirageXR enables experts and learners to share experience via XR and wearables using ghost tracks, realtime feedback, and anchored instruction.
Other
28 stars 4 forks source link

deep link sharing via WhatsApp etc #1623

Open fwild opened 1 year ago

fwild commented 1 year ago

Is it possible to create a sharing feature (like for the calibration marker) for sharing deep links to specific ARLEM activities? So that others can just click on the WhatsApp link to download and open the unit?

Deep link is implemented and working (mind it: current Moodle release has the urlencode bug already fixed but not released, so better check the code to look for deep link examples, as the ones on Moodle are minimally broken.

fwild commented 1 year ago

Will likely require a proxy script on the server, but then no problem!

fwild commented 7 months ago

Here is the documentation how to enable the sharing: https://blog.short.io/how-to-create-whatsapp-deep-links/

fwild commented 1 month ago

Now configured on new repo: https://repository.wekit-ecs.com/deeplink/?activity=abdc-aefg-1135

and can thus be implemented. When you click on this link in WhatsApp, it actually opens MirageXR (but does not yet open the activity - I think the open routine here is buggy.