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: ionic-framework
How to fix “Uncaught Error: Call to a member function get_tax_class() on null” in WooCommerce?
I’ve an ecommerce app that’s was working fine some days ago. After I update the wordpress and woocommerce plugin, the app suddenly stopped working. I think that’s something about the plugin that I use (mstore app-mobile), but unfortunately is not possible to update this plugin. The error happen on this updateCartQty function. My guess is that something about the function
Getting error response while sending email from ionic using PHPMailer
I am trying to create a reset password page in ionic where the user enter his email ,to reset the password of his account on my application. The thing is that I want to send a response from php telling the user if the email was sent to his email or not depending on values sent from php to ionic.
Ionic 3 Uncaught (in promise): [object Object]
I am new to Ionic 3 and mobile development. I am trying to connect a MySQL DB to my Ionic app and a PHP Restful API. I tested the API with Postman and it is working just fine, in order to implement it …
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