hydrapp icon indicating copy to clipboard operation
hydrapp copied to clipboard

Feature: Safari Browser support

Open gedw99 opened this issue 1 year ago • 5 comments

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.

gedw99 avatar Aug 09 '24 07:08 gedw99

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.

pojntfx avatar Aug 23 '24 23:08 pojntfx

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?

pojntfx avatar Aug 24 '24 02:08 pojntfx