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
Post a Comment