c# - "window.external.notify" not available in Windows Phone app -


i trying pass data browser's scriptnotify event in windows phone app. however, window.external.notify doesn't work. if try

try {window.external.notify(value);} catch (e) {alert(e.message);} 

then shows me "object doesn't support action".

how can pass data windows phone browser c# app?


Comments

Popular posts from this blog

c# - Class in a list -

mysql - Django database model for my website -

ios - How to run a segue on itself OR another viewController -