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

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -