BackgroundGeolocation - not working
import { BackgroundGeolocation, BackgroundGeolocationConfig, BackgroundGeolocationResponse } from '@ionic-native/background-geolocation/ngx'; Basically I am having the issue when I do...
View ArticleIonic 3 install
@khouloud0209 Your ionic CLI version is 4.11.0 so, for creating ionic3 project use command ionic start projectname --type="ionic-angular".
View ArticleAuto send sms using twill etc
Is it possible using twillo or a 3rd party api like it to send an sms automatically under a certain condition.
View Article[IONIC 4] Set Max Year on ionic datetime don't refresh month
ravo93: <ion-datetime max=“2021-03-05T16:49:39.197+01:00”></ion-datetime> I tried your datetime line and it works fine. I think there is something else in your sourcecode, which brings up...
View ArticleAuto send sms using twill etc
Hi, @lunneyd Please explain your question in brief so that we can help you. Thanks.
View ArticleHow to get the date and time of the device (i.e. the device on which the app...
I want to get the date and time of the device i.e. the time and date of that specific region where the app is getting used. Can some one plz help me? @lucasbasquerotto
View ArticleIonic 3 install
Give Y to this question and after update process completed then fire above-mentioned command for generating ionic 3 projects.
View ArticleIntegrate a new Paypal Javascript SDK in ionic
Hello Has anyon already use the new Paypal Javascript SDK and can help me with an example code? I need add a simple Button PayPal that send to PayPal Page. I tried to insert the code that I found in...
View ArticleBuild Apk in ionic
Hi, 1.We can add platform (andoid,ios) ionic cordova platform add android resources also include for above command. when successfully resource completed. Next follow given command 2. ionic cordova...
View Article--prod --release causes application to not correctly display information
Hey folks, So I have my application almost ready for App store release, I decided to release a beta program for it but when I started to build it with --prod and --release flags things started to get...
View ArticleCommunity & Enterprise and the alternative Flutter
ionicframework.com Ionic Documentation Ionic is the app platform for web developers. Build amazing mobile, web, and desktop apps all with one shared code base and open web standards Looks like there...
View ArticleHow to get the date and time of the device (i.e. the device on which the app...
Hi, @pantarmj try to install 1 - Install via NPM: npm install moment -S 2 - Import in your Typescript file: import moment from ‘moment’; 3 - Use in your Typescript file: let data =...
View ArticleHow to get the date and time of the device (i.e. the device on which the app...
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleIonic Native Image Picker is not working it is asking permissions after that...
Commands Installed ionic cordova plugin add cordova-plugin-telerik-imagepicker && npm install @ionic-native/image-picker Code const options = { quality: 20, outputType: 1, maximumImagesCount:...
View ArticleBuild Apk in ionic
Thank You Mr.karthikaivel After put this command ionic cordova build android this shows below please help 3.png669×509 14.5 KB
View ArticleIntegrate a new Paypal Javascript SDK in ionic
@alfanet Are you using Ionic v3? If so, I hope this post might help you - PayPal Donate With Ionic . Btw, regarding the deprecation, I believe only PayPal can answer that better.
View Article[Ionic 4 using Vue] Ionic/Vue Tab icons not working without a CDN
I’m learning to use Ionic/Vue, and I’m at the part of my journey that has me making a demo app that uses tabs. My problem is similar to this. My tabs show up on a tab bar at the bottom of my screen,...
View Article