I am using reactjs to build my website. I want when users visit my website through web view to automatically redirect to their device's default browser.
I have been able to do it on chrome browser with code (window.location.href = "googlechrome://example.com";) but Safari browser on IOS I can't do it. Do you guys have a solution?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)