I am developing an Ionic 3 Progressive Web App(PWA). I want to call http get request. How to call this? Since Cordova not supports I can't use native http plugin. Can anybody help me on this please?
Use the Angular 5 HttpClient. You can find examples
here:
Consuming REST APIs with Ionic
or here
Ionic Academy
Related
I need to run cheerio on an html data I receive in my ionic application. I am using ionic version 5 and angular http to get the data.
Is it possible to use cheerio? if no any other suggestions?
Ionic 4 uses web component. Can we use those ionic4 web component in Nativescript web implementation??? I know that i have to use native script components for android and ios. But here asked for web code sharing where i would like to use ionic 4 web component.. Is it possible?
can it possible use telegram APIs in ionic app?
i've just tried an instant really chat but i would use telegram for using bots for example.
if it is possible can someone help me?
thank's
CORE API.
Yes, you can easily use Ionic here, in fact the official web client is built on Angular itself! You can look at the source code here and there are several Core API libraries for JS such as telegram.link
BOT API
Yes, but you will be limited to a few functionalities. Basically your Ionic app will just be a mirror of the bot. In order to receive the message, you will have to cleverly extract the message sent to the bot and pass it to your Ionic framework, which isn't very hard. There is one Android app using a boosted bot API. There are several Web Apps and Progressive Apps using the bot API and even a java applet!
I am new to ionic and i am developing an android application using ionic 2 and Laravel. I want to integrate text, audio and video chat into this app. One solution that I found is using Cometchat. It would be really helpful if you could give some pointers about what are the services available there and how to implement this video chat feature using these services. Thank you.
nowadays the Ionic 4 Can Do Your Application And This Project With WEBRTC and make Your Chat Text message with socket.io technology,
I'm a beginner on the use of the Ionic framework, I'm trying to connect my application with server to get datas, so that I'm using a RESTfull web service developed on the Slim framework(response of request with JSON). The web service is already done, my problem now I don't know how to implement it in my application.
I wrote a step by step tutorial just for this use case. You can view it here: http://www.nikola-breznjak.com/blog/ionic/posting-data-from-ionic-app-to-php-server/.
Btw, a similar question has also already been asked here: Ionic app data from html to php server.