Modal dialogue box suggestion?

Hello,

Which npm angular modal box would you guys recommend?
I’m not into using Ionic’s full width modal box or alert box…I just tried lots of angular npm modal boxes but none of them worked on Ionic 3.
Is there any stable npm modal dialogue box which works fine on Ionic 3?
I’m looking for anything that is not full width…

Thanks,

You could just use a regular modal and change the sass variables for it.

1 Like

Thanks for reply… I’m working on it but honestly I can’t use Ionic 3 modal easily… it looks like it requires me to create a new html page just for modal contents?
Is there a way to use a segment of my existing html page as modal?

Maybe. But it might be simpler to modify the PopoverController if you don’t want a modal.

1 Like

Yes, I will try that as well.

Thanks,