Posts by mercadinho local • 11 points
1 post
-
1
votes0
answers39
viewsQ: Display image after user logged in with CORDOVA
I am developing an app with CORDOVA and the goal is to show the image of the user profile when logged via ajax, I performed some tests and got here: $("#email").html(localStorage.email); var…