hydrapp
hydrapp copied to clipboard
Feature: Safari Browser support
From the looks of it Safari is not officially supported ?
https://github.com/pojntfx/hydrapp/blob/main/hydrapp/pkg/ui/browser_types.go
I am on MAC. At the moment the examples work ok on a MAC, and open Chrome. Adding Safari "should" be painless. Safari also has "profiles", like Chrome has, and so we might be able to make it use an empty profile, like what Chrome does.
Safari is the only browser I can't natively support, since there is no way to programmatically use it in "application mode" (without it's header etc.). This issue is also related to it. Once there is a way to programmatically do this, I'm open to adding Safari support.
Exactly! We would need a way to do that programmatically, preferably by launching Safari.app with some additional arguments (that's how Chrome does it), or maybe with AppleScript?