Empty list from in-app purchase
Hello, i use in-app purchase for ios, i follow those instructions : https://devdactic.com/ionic-in-app-purchase-ios/ and this code : import { InAppPurchase } from '@ionic-native/in-app-purchase/ngx';...
View ArticleNeed help to sort iso strings
Does SQLite recognize the Format command? You could use format in your order by clause.
View ArticleTake picture and update profile picture
Hi brothers , I have a situation here I need your help please , I’m running out of time to present my project to school I still have a lot to do and one of them is , I want my app to provide the user...
View ArticleUsing Google Vision Api with Ionic v4
Have you checked out angular firebase/fireship.io? It’s vanilla angular but all the concepts work with @ionic/angular components Angular + cloudvision api
View Article_co.myFunction(inc()) is not a function
.ts file inc(){ this.item_qty += 1; console.log(this.item_qty + 1); } //decrements item dec(){ if(this.item_qty-1 < 0){ this.item_qty = 0; console.log('item_1->' + this.item_qty) } else{...
View ArticleEmpty list from in-app purchase
has anyone manage to work with ionic in-app purchase? thanks
View ArticleBuild error for IOS
My project was realized on windows. The build for android worked very well. I then recovered my project on a MacOs to build for IOS, but I encountered an error that I can not understand. I did not...
View ArticleIonic 4, write file to android device
According to Ionic documentation, the file should be saved to /Android/data/io.ionic.starter folder instead?
View ArticleCannot click on input
Hi guys, iam creating a ionic-app. I created a login page with 2 inputs. When i run it on browser it’s work. But when i build to android i can’t click on input. Someone know how to fix it ?...
View ArticleGet checkbox values and display them to another page
I found this topic. I’m also looking for a way to get this done but I don’t find it. Can you help me. You display the functions for adding and deleting and displaying. But what is the html code for...
View ArticleWhich library to use for Google Map?
Thank you. However at the end I’m using the Google Maps Javascript API without other plugin. At the moment I don’t have to report any major problems.
View ArticleNetwork detection
basic question : is it possible to hide/show button binded to an observable (based on network detection) ? the solution i have works on navigator (testing) but not on device … still stucked thank you, n
View ArticleBuild error for IOS
Did you add the iOS platform to your project? I’m asking because your project info shows only “android” listed under “platforms”. If you did add the iOS platform, the most probable cause is, that the...
View ArticleIonic some icons are not shown (facebook, twitter)
I love you! My service worker in create react app didn’t work cause my AdBlocker denied the access and so my PWA didn’t start A lot of pain in the darkness but sudnley your comment bright me Thanks
View ArticleIs it possible to implement hotword detection in Ionic app
I am trying to build an app using Angular 7 and Ionic 4 to facilitate examinations for blind folks. So far, I have integrated my app with API.ai and Ionic Speech Recognition and TTS, but the problem...
View ArticleGeoLocation GetLocation Origin Does not have permission to use...
Nope, sorry - still waiting on a response from the forum, but no luck.
View ArticleCannot find type definition file for '@types'
Hi, I am trying to build my app with the --prod flag. ionic cordova build android --verbose --prod However, when I do, I get the error: typescript error Cannot find type definition file for '@types'....
View ArticleHow to print image using BluetoothSerial
@ThunderBirdsX3 Can you share repository where you were successful to print text? Is it supporting html and images also?
View ArticleHow to print html and images using ionic v3
I have ionic version 3 installed, I try to use this plugin https://github.com/razmans/ionicBluetoothPrint and I was successfull to print plain text only. but I DOES NOT support HTML and IMAGES.
View Article