How to display image(taking with camera) on canvas (signature pad)
sent response back, let me know
View ArticleAdmobFree Banner problem while no internet connection
Hey there, I have no problem with admobfree Banner while internet connection is OK. But, when there’s no internet connection, admobfree.banner prepare returns Ok. And it tries to load it, bu it can...
View ArticleIonic 3 android project not building anymore
Im coming in a little late, but I had something similar happen to me. When something was working for at least a day or two (the time in which I’ll have shut my machine down at least once), I try to do...
View Article[Stencil] Importing Stencil components into Ionic-Angular
Two main answers: You can totally ignore it and use Ionic as before. You can build your app in Stencil, and import Ionic components, for a much faster and smaller bundle. One line about Stencil is...
View ArticleText not showing on Ionic App
Hi, so I am quite new to angular and I am developing a page where an app can randomly generate a maths quiz. Basically, you enter a minimum number and maximum number and then choose and arithmetic...
View ArticleShould I unsubscribe Observables lists?
Yes you must unsubscribe. Memory leak otherwise. Or use the async pipe, which unsubscribes automatically.
View ArticleHow to set an Ionic Layout grid column width to a fixed size
peterjc: ion-col.my-thin-col { flex: 0 0 4px; padding:0; margin-right:10px; } Thanks, it works!!
View ArticleShould I unsubscribe Observables lists?
To expand on @AaronSterling’s comment, I never explicitly type unsubscribe any more, after reading this article. Instead, I use the following idiom: private _tripwire: Subject<boolean>;...
View ArticleRest Call missing in IonicView only
Hi guys, I developed my app locally and I tested it using my local browser. Now I pushed on Ionic Repo, the app has been built successfully, but In Ionic View on my iPhone the remote calls not work.Is...
View ArticleAdmobFree Help
Capture.JPG1242x630 75.8 KB i’m install plugins AdMobFree and after i’m going to visual studio for generat my apk but i see this problem ,help me please
View ArticlePopover options not taking effect
Hi guys, -> Ionic v3 with cordova I’m working on an app in which a calendar is presented in a popover. Long story short i’m trying to customize my popover to simply take up the upper half of the...
View ArticleI want to help my friends
Welcome to the world I want to help my friends ionic cordova build android [02:35:47] lint finished in 14.49 s ANDROID_HOME=/Users/messaoud/Library/Android/sdk...
View ArticleConditionally include JS file
I managed to inject the script at build time. First install gulp-inject ( npm install gulp-inject --save-dev ) Then add a placeholder in the src/index.html <!-- inject:js --> <!-- endinject...
View ArticleGeofire not working properly
I used geofire in my project to list nearby user of my app within specific distance, but it don’t properly. Some time it list user within distance, but not all time, and it don’t list all the user...
View ArticleButton disappears when pressed
I have a button in a component that disappears when it is pressed. The events that are bound to it still fire when it is pressed but not visible. Typically the components that this button is located...
View Article[Stencil] Importing Stencil components into Ionic-Angular
I’m waiting for stable Stencil.js, Capacitor, Ionic 4. I can’t wait to try this new stack… and I hope this stack will beat React Native and NativeScript. Btw, Angular 6 will be released on 28th this...
View ArticleI want to create a function for file download from my server but is not working
The console is not showing anything
View ArticlemenuClose is not working properly in Ionic3
I have created an application with ionic3 having a side menu. <ion-menu [content]="content" type="overlay" id="user-menu"> <ion-header no-border> <ion-toolbar> <img...
View ArticleHow to add woocommerce modules in ionic apps?
I’m creating an ionic app using my woocommerce site’s api, now the problem is I have a zip code checker module in my woocommerce site. How do I integrate that zip code checker section in my product...
View Article