Search code examples
c#javascriptwindows-phone-8bridge

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!


Solution

  • 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