[Solved] Opening link in external browser - multiplatform safe
-
Hi all
I would like to open some link in the system’s standard browser, not the app itself. I have come across
require('electron').shell.openExternal(url)
but that does not seem to be the correct way for me. I would like to make it work across platforms (electron, cordova). What is the correct approach to handle this?Cheers,
Michael -
Did you try this?
https://quasar.dev/quasar-utils/other-utils#Open-External-URL
-
@kiani Not yet. Thanks, that’s exactly what I needed