Questions tagged [ionic-popup]

In the Ionic Framework, the Ionic Popup service allows programmatically creating and showing popup windows that require the user to respond in order to continue.

In the , the Ionic Popup service allows programmatically creating and showing popup windows that require the user to respond in order to continue.

The popup system has support for more flexible versions of the built in alert(), prompt(), and confirm() functions that users are used to, in addition to allowing popups with completely custom content and look.

Useful link

80 questions
0
votes
2 answers

How to Show Dynamic Content on Ionic Custom POPUP

http(req).success(function(r){ var test = {}; test.a = res.a; test.b = res.b; var array-list = res.z; var details = popup.show({ template : '
' + '
RameshKumar
  • 164
  • 1
  • 16
0
votes
4 answers

Protractor + ionicPopup

Has anyone succeeded in using Protractor to detect an ionicPopup alert? I've tried all the workarounds suggested here but no luck. I need Protractor to detect the alert and check the text in the alert.
Yoni Rabinovitch
  • 5,171
  • 1
  • 23
  • 34
0
votes
1 answer

ionic serve gives error

I am not very new to ionic framework. I used to develop small applications. But suddenly some unknown reason I am not able to run any of my application now. I have even created a 'blank' project and tried to run application using 'ionic serve'…
peeku
  • 1
  • 1
0
votes
2 answers

Ionic app sidemenus don't work after closing $ionicPopup

The Ionic app I'm working on displays a $ionicPopup when it starts and after closing the popup, the two sidemenus the app contains don't work at all. If I remove the popup from the code, the sidemenus work well. Does anyone have an idea what the…
svecax
  • 369
  • 1
  • 3
  • 13
-1
votes
2 answers

Ionic blank project popup message issue

As per the my requirement i want to show a popup message when opening the App. can't use alert. angular.module('starter', ['ionic']) .run(function($ionicPlatform) { $ionicPlatform.ready(function($scope, $ionicPopup, $timeout) { …
1 2 3 4 5
6