Posts by Marco Alves • 1 point
2 posts
-
0
votes0
answers49
viewsQ: Background and asynchronous task in Ionic app
I am working with Ionic and create an app where save the current location of each user, however, the function that performs the search for the user coordinates runs when I start the lifecycle of the…
-
0
votes0
answers968
viewsQ: Unexpected token < in JSON at position 0 at JSON.parse(<Anonymous>)
I am trying to get the data searched in a given text field of the main page to be displayed without the refresh of the page, through AJAX. window.onload = function(){…