You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the openURL dependency just blindly open the given URL without checking the existence of the target destination. Can we add the canOpenURL to the dependencies as well so that it comes handy when such check is needed? I understand the counterparts might be missing for other platforms like macOS/tvOS/watchOS, but it seems an essential function missing from the openURL. Maybe a OpenURLClient as a single dependency that provides both canOpenURL and openURL?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the
openURL
dependency just blindly open the given URL without checking the existence of the target destination. Can we add thecanOpenURL
to the dependencies as well so that it comes handy when such check is needed? I understand the counterparts might be missing for other platforms like macOS/tvOS/watchOS, but it seems an essential function missing from theopenURL
. Maybe aOpenURLClient
as a single dependency that provides bothcanOpenURL
andopenURL
?Beta Was this translation helpful? Give feedback.
All reactions