简体   繁体   中英

How to call windows phone c# code from javascript and viceversa?

I am new to windows phone development. I was looking for some way to bridge my site's javascript code with windows phone c# code and vice-versa. Basically I am working to launch my web-app as windows phone.

Any help would be highly appreciated!

Check this page:

http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj206987%28v=vs.105%29.aspx

It explains how you can launch the app from the internet

I used window.external.notify for now for js to c# and ScriptNotify for c# to js. But any other alternate for js to c# would still be appreciated

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM