Is there a way to detect if a web page is loaded with SFSafariViewController vs the normal Safari Browser using Javascript?
@supports (-webkit-touch-callout: none) {
/* CSS specific to iOS devices */
}
@supports not (-webkit-touch-callout: none) {
/* CSS for other than iOS devices */
}