javascript - Is there an issue passing data using window.name in a Phonegap application? -
javascript - Is there an issue passing data using window.name in a Phonegap application? -
i'm creating phonegap application multiple platforms (specifically, playbook , ipad) requires passing big amount of info between pages. i've read on subject, have much pass through url. can't server-side pass information. alternative i've found utilize window.name property. however, i've read clear on fact should not that, due security risks involved. in phonegap application, risks still exist? alternatively, there improve way pass info between pages in phonegap?
localstorage tailor made looking do:
http://docs.phonegap.com/en/1.3.0/phonegap_storage_storage.md.html#localstorage
javascript cordova
Comments
Post a Comment