If a user has set Chrome as their default browser and my web app requires Safari, is there a way to redirect them from Chrome to Safari and load the site up?
Example:
User gets an SMS with a link -> user clicks on the link and it opens Chrome -> (User gets error saying Chrome does not support webRTC open in Safari) -> Best Case: User clicks a button and it redirects to safari and opens the site up.
Post
Replies
Boosts
Views
Activity
getUserMedia support in iOS 14 WKWebView-based browsers like Chrome, Firefox, works only iOS Safari.
Hi there :)
Since the introduction of webRTC in iOS 11+ Safari has supported GetUserMedia, however on other browsers using WebKit like chrome we still have got support for it. Now since safari can it be set as a default browser many web developers won’t be able to have their web apps fully supported.
Will iOS 14 extend this support out to developers making browsers?
thanks!