how to prevent iOS safari alert when trying to open non-installed native app?

后端 未结 6 1946
你的背包
你的背包 2020-12-04 09:11

I\'ve been looking for a way to open a native iOS app from the browser. I found a decent solution here: Is it possible to register a http+domain-based URL Scheme for iPhone

6条回答
  •  鱼传尺愫
    2020-12-04 09:35

    I'm using meta refresh as fallback because this works without javascript. This code works in iOS and Android.

    
      
        
        
        Redirecting..
        
      
      
      
    
    

    Test http://static-pmoretti.herokuapp.com/deep-link/

提交回复
热议问题