I am developing an Android application using Cordova and the Ionic framework. It includes user registration with necessary fields (name, email address, mobile number).
When a user enters their mobile number, I want to fetch their service provider name and display it in a text field. I've already referred this question, but it didn't help me.
Is this possible, and how would I do this?