What is "ionic-popup"

The service Ionicpopup allows you to create programmatically and display popup windows that require the user to respond in order to continue.

The popup system supports more flexible versions of functions alert(), the prompt() and confirm() these functions that users are used to, in addition to allowing popups with fully customized content.

Values can be attributes in the event autofocus so that it automatically gets the focus when the pop-up is shown. However, depending on certain use cases this can cause problems with the tap/click system, which is why Ionic prefers to use the autofocus attribute as an opitional and non-standard resource.

Removed direct from the developer’s website and adapted. Link Here