skratchdot / open-golang

Open a file, directory, or URI using the OS's default application for that object type. Optionally, you can specify an application to use.
MIT License
783 stars 65 forks source link

Please provide support for mobile browsers #32

Open vkuznet opened 2 years ago

vkuznet commented 2 years ago

Hi, I'm working on application for mobile and use rclone library to sync files from cloud providers. The rclone library depends on yours, and uses to open OAuth requests to upstream provider. Since there is no support for mobile within your library I can't proceed using rclone. I would really appreciate if you'll add support to open urls in mobile environment. I know that it is possible since I'm using fyne.io For example, you can see how they are doing open call for android and ios.