How to link to Android Market app

后端 未结 5 1082
轻奢々
轻奢々 2020-12-13 01:04

What\'s the best way to link to an Android Market app without knowing who will get the link (Android user/non-Android user) and from where (desktop/mobile)?

For

5条回答
  •  不思量自难忘°
    2020-12-13 01:15

    Here is what I'm using in my web pages. It is based on JavaScript and jQuery. The idea is to search for 'android' sub-string inside browser's UserAgent and if that is the case - replace HTTP URI part with Android Market URI part, inside all links:

    
    
    
    
    
    
    
    
    
    Download for Android
    
    
    
    

提交回复
热议问题