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

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -