You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Amplify
I'm having issues with using Amplify.store() on IE7. I already have
json2.js included.
I store an item using amplify.store("my item", "value"). If I do
"alert(amplify.store("my item"));" right after I set it, it works as
expected. However if I navigate away from the page it doesn't work at
all and returns undefined. Is there a browser setting that needs to
be enabled for userdata to work? Should I force session storage
instead?
Thanks for your help.
Scott González
unread,
Feb 21, 2012, 11:09:02 AM2/21/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ampl...@googlegroups.com
This was discussed in IRC and it was determined that the pages were in different directories, which userData doesn't support. I've created an issue to document this limitation: https://github.com/appendto/amplify/issues/48