Posts by André Santos • 1 point
2 posts
-
-2
votes1
answer38
viewsQ: Not displaying all array values on the screen
I made a call to get JSON values from an external code (PHP). In console.log, shows all the data right, but when I go from jquery to display on the screen, it only returns me the last value of the…
-
-1
votes1
answer49
viewsQ: Why aren’t you showing the saved login in Localstorage?
I am creating a hybrid app with Cordova, and I want the user to log in first, it stays logged in direct. If it leaves the app for example, and logs in again, it doesn’t need to log in. I am using…