Restrict Input
thanks sir, In input type="number" we can type "e" and "." . the only way i found is through key events.but there is a big mess with key events in android keypress and keydown returns first value...
View ArticleHow to show toast before closing app in ionic latest version?
Take a look at this How to hold back twice to exit Well, now it doesn't set this.lastBack in order to prevent the app from being closed when the back button is being spammed, because of the returns...
View ArticleAffiche 'Avatar List ' sur la meme ligne
FnnHuman: have you copied that correctly? Funhuman , yes of course
View ArticleHow to show a confirmation message before changing a Tab
Hello, My ionic 3 application has an ion-tabs with two Tabs. When switching from tab to tab, I wanna show a confirmation message ( using AlertController ) to prevent the user from changing his current...
View ArticleIonic app with a back office
Hello,i am working on an app about document management.the ionic app is pretty simple.i used Firebase.Login is working,the documents list is working.but i have a question.now the mobile app will be...
View ArticleHow to get AM-PM with ionic timepicker
If anybody has used this plugin please tell me how can I get AM/PM in the callback with this plugin
View ArticleNo target specified for emulator. Deploying to iPhone-SE, 10.3 simulator
Won't work with live reload
View ArticlePush notification ios flatform
i dont see certificates Screen Shot 2017-07-13 at 6.55.24 PM.jpg2560x1600 474 KB plz help me
View ArticleAfter serve no main.js
I used a project folder like "c:/!_dev/...". I removed the ! and changed it so "c:/dev/.." and it worked.
View ArticleLocalStorage and click counts
Have a look at using https://ionicframework.com/docs/storage/ For the local storage. And you can use a provider to gain access to your data in multiple places of your application. joshmorony.com An...
View ArticlePush notification ios flatform
Do you have a paid developer account ($99 per year)? If not, you don't have access to a lot of features, like adding certificates
View ArticleNavigation pop
Hi All, When i click on OK button from alert box and then i am calling NavController pop event but i am getting error. Like. ERROR Error: Uncaught (in promise): removeView was not found Please provide...
View ArticleDOM not modified by var
why my DOM is not modified by this.tempo ? {{ this.mensagemestimada }} {{ this.tempo }} public temporizador(){ var counter = 0; var timer = setInterval(function() { if( counter >= 10 ) {...
View ArticleSolution to avoid someone from using APKTOOL on my app
Dex protector or apk protect maybe, but im not sure that's what you search.
View ArticleDOM not modified by var
Remove this, use like {{ tempo }}. Just use 'this.tempo' to your .js file.
View ArticleIonic form validate from code, remove ng-untouched
i've put this into a feature request and an bug report on github: github.com/ionic-team/ionic Issue: form validation with ion-input inside ion-item from code opened by cyptus on 2017-07-13 Ionic...
View Article