How do you open a link in the browser window from the moodle app

How do you open a link in the browser window from the moodle app

by James Raffer -
Number of replies: 2

I am trying to get a link from the moodle app to open in the browser window of the mobile device after it is clicked. Some instruction in that regard would be greatly appreciated.

Average of ratings: -
In reply to James Raffer

Re: How do you open a link in the browser window from the moodle app

by Naomi Quirke -
Hi James, did you ever get this working?
In reply to Naomi Quirke

Re: How do you open a link in the browser window from the moodle app

by Dani Palou -
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Just for the record, I answered this in the Moodle Dev Chat sonrisa

You can do it with the core-link directive, e.g.:
<ion-button ... core-link [href]="myUrl" [capture]="false" [inApp]="false" [showBrowserWarning]="false">