I am trying to consume PHP API with form data using AJAX for the registration in my construct 3 HTML5 application. API is working fine in web browser but when i am trying it on mobile browser it did not work.
I am not sure what the problem is because in mobile i dont know from where to access the console to check the error log.
Develop games in your browser. Powerful, performant & highly capable.
You need remote debugging:
developer.chrome.com/docs/devtools/remote-debugging
You need remote debugging: https://developer.chrome.com/docs/devtools/remote-debugging/
https://developer.chrome.com/docs/devtools/remote-debugging/
dop2000 Thanks for the suggestion, I will look into this.
Also do you have any idea regarding the problem i am facing?