Ionic 3: Can't build Android since updating Cordova etc
I recommend you read the Wikipedia articles on NodeJS and npm. You don’t understand tools that are more fundamental to your setup than Ionic. There’s no terminal command to do what I suggested, unless...
View ArticleTCP sockets in ionic
hi sdetweil, thankyou for your fast answer but it seems like it is not working. here is my code maybe you can have a quick look: login(){ var data = this.str2ab(“0x7c0x040x000x00”);...
View ArticleBroken Ionic Pro Build - "Cannot find file..."
Hi all, I’ve just moved my ionic app from using the old ionic cloud to ionic pro and it won’t build correctly on the ionic servers. I followed the steps in the migration tutorials but no joy. It...
View ArticleTCP sockets in ionic
i believe the socket is set to paused mode on open so you need to turn that off. (window).chrome.sockets.tcp.setPaused(SocketId, false); also, you should setup the receive handler BEFORE you send, as...
View ArticleIonic 3 ion-title misaligned vertically and small
When I run ionic serve and view in chrome, I see this most of the time: and occassionally it appears correctly, like this: Specifically the first time after I run ionic serve it shows correctly, after...
View ArticleTCP sockets in ionic
yes it just sends back. in this case it should send back the same data sent with send method. do you have any idea how/where to start with the receive handler? sorry but i don’t have much programming...
View ArticleHealthkit and heart rate using Apple Watch and Ionic
I am making an AppleWatch application that gathers users second-by-second heart rate. I want to relay this data to my ionic app. I’m thinking of using health kit but I’m not quite sure if this is the...
View ArticleTCP sockets in ionic
put some console.log stmts in to see what is going on. make sure to move the addListener before the send and also the setPauseD(socket, false) before the send
View ArticleLocal build fails after adding fingeprint-aio plugin
Hi guys, I had this problem when adding fingeprint-aio plugin to real app but below is the simplest scenario. Create new blank ionic app: ionic start blank blank cd blank ionic cordova platform add...
View ArticleHealthkit and heart rate using Apple Watch and Ionic
Are you going to write your own extension? I think you need a piece of native code that lives on the watch. But I’ve never done it myself, so I’m not sure.
View ArticlePouchDB with Ionic 3 - Which storage system should I use?
OK:slight_smile: Ionic Storage: Pros: very simple get/set API configurable, adapters etc part of Ionic offering, which hopefully means good support small size (8kb?) Cons: almost no control over db,...
View ArticleiOS long press showing incorrect language
$> cordova plugin rm cordova-plugin-googlemaps $> cordova plugin add https://github.com/mapsplugin/cordova-plugin-googlemaps#multiple_maps --variable API_KEY_FOR_ANDROID="..." --variable...
View ArticleTCP sockets in ionic
yes i did put them before the send but doesn’t work. i did some debugg and i saw that the onReceive.addListener method does not get called. directly after send method is called comes an error :...
View ArticleCant log in in ionic account
Hi guys can anyone tell me why i cant log in in my ionic account even though i supplied my email and password correctly? heres the screenshot: image.png821x176 7.75 KB
View ArticleCant log in in ionic account
try ionic logout and restart your cmd… then try ionic login Make sure you have linked your ionic pro id to your app properly…
View ArticleHealthkit and heart rate using Apple Watch and Ionic
Well, what I’m thinking of doing is making an Apple watch app that sends user data (such as heart-rate to a cloud database) then pulling that info straight into my ionic app, however, I don’t know if...
View ArticleProblems with cordova plugin cordova.plugins.diagnostic
Problems with plugin cordova when installing the plugin it is stopping the application. cordova.plugins.diagnostic
View ArticleOTP Auto verification in ionic
Hai friend, may be this is useful to you, GitHub bharathirajatut/ionic3 ionic3 - This repository contains complete source code for Ionic 3 tutorial from...
View ArticleAny roles & permissions packages like ngx-permissions available for Ionic 3 &...
ngx-permissions doesnt work for ionic 3 sadly. Any other ones available?
View Article