Questions tagged as 'local-storage'

1
answer

Wait Time localstorage

I am working on an app in ionic 3 and when doing the login you must load several variables in the localStorage to use in the home, the problem I have is that after passing the login it enters the home quickly and does not load anything because t...
asked by 12.04.2018 / 20:39
0
answers

How to disable a button or a href if localstorage is empty in ionic

Good evening, I need to disable a button or more specifically a href in html when the localstorage is empty or at least the first variable is equal to undefined, thanks in advance!     
asked by 23.01.2018 / 02:32
2
answers

Correct use of localstorage

Good I am using for the first time localstorage and I do not get it to work, have I written it wrong? for(var j=1; j<(totalInputs+1); j++){ var resultado = $('#Titulo-'+i+'-'+j).val(); localStorage.setItem('resultadoStorage', r...
asked by 04.01.2018 / 23:59
0
answers

Save a jQuery variable in localstorage

I want to implement the plugin jQuery Text Highlighter . I would like to be able to save the highlighted in localstorage . Thus, when reloading the page, the highlighted words continue to be shown. This is the unedited code:...
asked by 07.05.2017 / 16:51
0
answers

create uncrud localstorage and mysql

Good morning I need your help, I'm making an application type of saved notes, that allows me to save the notes in the localstorage as in a mysql so that if the application is deleted you can keep the data on a server and thus never lose the s...
asked by 09.04.2017 / 18:36
1
answer

localStorage is not saved correctly on iOS using Cordova

I am developing an app for iOS and Android using Cordova. Everything works well, except for a part that works on Android but not on iOS: the persistent storage of data. In my code I have this: storage = { save: function(name, value) {...
asked by 09.08.2016 / 15:52
1
answer

HTML5 Storage supports 5MB per variable or per web page?

I have a question, I am starting to use the localStorage HTML web storage but I do not understand if the capacity it accepts is per web page or per varible. I hope you can get me out of doubt, thank you very much.     
asked by 31.08.2018 / 07:59