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

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -