Most voted "ionic-popup" questions
$ionicPopup is an existing component within the Ionic Framework
Learn more…7 questions
Sort by count of
-
4
votes1
answer221
viewsIonic with admob-free advertising displays only "Nice Job"
I created an application with Ionic version: 3.20.1 and set up with admobfree: cordova plugin add cordova-plugin-admob-free --save --variable ADMOB_APP_ID="ca-app-pub-XXXXXXXXXXXXXXXX/XXXXXXXXXX"…
-
3
votes1
answer609
viewsError while trying to run Ionic serves windows
When I try to start my Ionic project this giving the following error: 0 info it worked if it ends with ok 1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe', 1 verbose cli 'C:\\Program…
-
1
votes2
answers1879
viewsCustomize header colors for a &ionicPopup
I’m looking for a way to change the colors of the header $ionicPopup but I couldn’t find any material on the Internet. The only way I found was if I create my entire template in a separate file or…
-
1
votes0
answers55
viewsMake application check data update every X minutes
I have an application developed in Cordova and I would like every 1 hour for example, the application to check if there is any change in the data, I would like you to do this without the user having…
-
1
votes1
answer76
viewsError: Uncaught Ionic 2
I have this: let loader = this.loadingCtrl.create({ dismissOnPageChange: true, }); loader.present().then(authData => { let alert = this.alertCtrl.create({ title: '', message: 'Cadastrado com…
-
0
votes1
answer271
viewsHow to redirect a Popup URL?
I want that when you click on the "ok" button, it goes to the '/home' template, after closing the modal. Below is the popup code: var alertPopup = $ionicPopup.alert({ title: '<b>Pedido…
-
-1
votes1
answer128
viewsHow to include a file created style.css in my Blank IONIC 3 project
help me put the css in Ionic, only works if I put inline style…