Windows phone 8.1 save data with javascript -


is there way save settings data javascript in windows phone 8.1 application. in c# applicationdata.current.localsettings. possible in javascript?

thank you

the same api available html/javascript apps. see here more information.

var localsettings = applicationdata.localsettings; var localfolder = applicationdata.localfolder; localsettings.values["examplesetting"] = "hello windows"; 

Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -