sending links that open directly in an APP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How do i send links from my discussion posts to my student that will open directly in the canvas student app? When i send the url in a text or email it opens in a browser when my students click the link on their smart devices.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @davidbohn and @tlampley ,
If you want to redirect to the Canvas Mobile app through a web browser, you will need to use the Canvas Mobile URL schemes found here:
Android and iOS 2.0 Mobile App API Documentation - Instructure Tech Blog
For example, instead of linking to an assignment/discussion/etc which would produce a URL similar to:
https://example.instructure.com/courses/:courseID/assignments/:assignmentID
You would use the canvas-courses URL scheme:
canvas-courses://example.instructure.com/courses/:courseID/assignments/:assignmentID
Here's an example of it in action from a webpage inside the app, but it works the same from the native mobile browser:
This would require you supplying multiple links, but it does work. Good luck!