Open Windows Phone 7 App from URL

前端 未结 3 620
挽巷
挽巷 2020-12-31 11:10

I need to launch my WP7 application from the phone\'s browser and pass some arguments. For example, the following url would be a link on an html page. Clicking the link wo

3条回答
  •  北海茫月
    2020-12-31 11:50

    Unfortunately there is currently no support for "url schemes" or custom URL handlers that will allow you to handle these requests from within your application.

提交回复
热议问题