Posts by Ricardo UNA • 31 points
5 posts
-
0
votes1
answer224
viewsQ: Perform an action when the 'Accepted' button is pressed
I am making an App in Ionic and when the user presses the Exit button I was able to configure an Alert message, but how do I configure the "I Accept" button of the Alert Popup? I want the user to be…
ionicasked Ricardo UNA 31 -
0
votes1
answer255
viewsQ: Ionic input, only numbers
In Ionic how do I make an input field only receive numbers ? I want an old field and I want to make sure you accept only numbers, prohibiting the user from typing letters.
ionicasked Ricardo UNA 31 -
-1
votes2
answers305
viewsQ: I can’t write data to my firebase
Error: Uncaught (in promise): Error: PERMISSION_DENIED: Permission denied Error: PERMISSION_DENIED: Permission denied Setting up my firebase looks like this: service cloud.firestore { match…
-
1
votes1
answer197
viewsQ: How do I show the msg "Login Successfully" to the user?
import { Component } from '@angular/core'; import { IonicPage, NavController, NavParams, LoadingController } from 'ionic-angular'; import { trigger, style, animate, transition } from…
-
1
votes2
answers12370
viewsA: How to uninstall Cordova and Ionic completely from windows
way that works for me: npm uninstall -g cordova npm uninstall -g ionic