I’m working on a new app for my businnes and I need to convert my php web app to a mobile app. I’m having issues while trying to get the json data from my php file which is : I’ve been testing httpclient in my ts file with https://jsonplaceholder.typicode.com/todos/1 and it was working. Here is my ts file: On the
Tag: cordova
Ionic PHP connection in Android APK
For a school project we are working on an app with the Ionic framework that needs to connect to an external PHP file. When the user submits a form, the input has to go to the PHP file, get dropped in a database, and also return a value in the app. We’ve got everything working locally, as well as in