How to detect incoming call?
How did you manage to get it to work for Android? Detailed steps please.
View ArticleError reading a RSS/JSON from my Server
here im using a RDS on AWS, and when i try to post a json from ‘ionic running on device’ to the uri, i get the same error response…i’ve been trying to figure out how to add that header you talk about...
View ArticleRest Call missing in IonicView only
In the browser it works. I have problem in ionicview app, on my iphne
View ArticleIonic 3: Can't build Android since updating Cordova etc
So I did as the post suggested by doing the following in my project: ionic cordova remove platform android ionic cordova add platform android@6.4.0 ionic cordova build android …and am still getting...
View ArticlePlugin Firebase notification icon problem (Android)
Hello, I am building my application through ionic pro dashboard but I need to add this meta data to the androidManifest.xtml for setting the icon notification: Is it posible to add the meta data...
View ArticleIonic 3: Can't build Android since updating Cordova etc
Try to re-install Android Studio and android SDK? Maybe that will fix the issue… If this doesn’t work, start a brand new Ionic project and transplant your src folder and re-install plugins, npm...
View ArticleCalling Rest API from android device
Hi, I am trying to call a rest api from ionic code. Rest api is also developed in my local system. IP address of my windows system is 192.168.67.1. The get request api has url is:...
View ArticleFAILURE: Build failed with an exception.
Capture.PNG1354x684 63.6 KB Capture1.PNG1362x705 39.3 KB Capture2.PNG1366x679 33.8 KB
View ArticleError plugin Facebook
Thanks for your response @vibinflogesoft . I checked my appid and my appname and it’s right
View ArticleThere is way to log ionic app to file?
hi guys i’m dev an ionic 3 app, so i use ionic background mode plugin to keep app running in background, after 2 or 3 h of running in background my app crash and it s not available it closed auto when...
View ArticleChange tab root page (refresh tab as different page)
I’m having the same problem. I don’t know how to do this. Did you resolve?
View ArticleTCP sockets in ionic
Hi guy, I’m a new development guy, and I’ve found a solution and I give it. export class HomePage { private socketTcpId: number; constructor(platform:Platform , public navCtrl: NavController, private...
View ArticleIonic 3: Can't build Android since updating Cordova etc
Ok none of that worked. So I did the only thing I could think of - I grabbed the android sdk folder from a time machine backup that the error was complaining about being missing, now it builds. I’ve...
View ArticleTCP sockets in ionic
Hello TOTO69, do you have any idea how to receive data from the server if the server sends data/answer back after you send the server data with the send method ?
View ArticleIonic 3: Can't build Android since updating Cordova etc
Well at least my guess was correct. Something was wrong with your android SDK.
View ArticleTCP sockets in ionic
you would use the receiveListener (window).chrome.sockets.tcp.onReceive.addListener(recvListener) ; var amountReceived = 0; function recvListener(info) { amountReceived += info.data.byteLength; var...
View ArticleIonic 3: Can't build Android since updating Cordova etc
You’re running Node 6 and npm 3. Update to the current Node LTS, and npm 5. Then reinstall Cordova 6.latest and see what happens.
View ArticleIonic 3: Can't build Android since updating Cordova etc
Can you please post terminal commands here, as they will be useful if correct for others too. Thanks.
View ArticleIonic 3: Can't build Android since updating Cordova etc
Updating Node LTS + NPm, just posting a sentence doesn’t help people who aren’t familiar with the correct commands to run.
View Article