Jump to content

Local Storage Fetch Into UniEdit


andyhill

Recommended Posts

I have followed instructions published on this forum but cannot fetch (get) the token 'BB' value which clearly exists in the Chrome Browser ?

  Str:= '';
  with edtStore.JSInterface do
    JSCall('setValue', [jsstatement('localStorage.getItem("BB")')]);
  Str:= Trim(edtStore.Text);
 

Please advise - thanks

Link to comment
Share on other sites

7 minutes ago, Sherzod said:

Well then you should have at least specified exactly which platform ))

Are you using a mobile device? If so, which device, browser? And what application do you use: mobile or desktop?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...