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

par James Raffer,
Nombre de réponses : 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.

Moyenne des évaluations  -
En réponse à James Raffer

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

par Naomi Quirke,
Hi James, did you ever get this working?
En réponse à Naomi Quirke

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

par Dani Palou,
Avatar Core developers Avatar Moodle HQ Avatar Particularly helpful Moodlers Avatar Peer reviewers Avatar 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">