How to redirect from Mobile Safari to Native iOS app (like Quora)?

前端 未结 3 973
遇见更好的自我
遇见更好的自我 2020-12-13 11:13

On my iPhone, I just noticed that if I do a Google Search (in Mobile Safari) and select a result on quora.com, the result page launches the native Quora app on my phone.

3条回答
  •  失恋的感觉
    2020-12-13 11:24

    I'm reposting an answer to my own related (but was originally Ruby-on-Rails-specific) question from here: Rails: redirect_to 'myapp://' to call iOS app from mobile safari

    You can redirect using javascript window.location.

    Sample code:

    
        
      
      
        Some html page
      
    
    

提交回复
热议问题