Yes, Katya. I have an alert like this:
pre
alert(localStorage.getItem("access_token"));
/pre
But the first time the app loads, it always says "null". See below.
This only runs when a button is pressed. This does not run on "Load", only on the "Click" event of the buttons.
Any other suggestions?
Hi Maryna,
This is what I originally was trying. It is what I wrote above, if you read the entire post.
Any other ideas?
Thank you,
Joseph