onsen ui - onsenui - What is the purpose of the black mask? -


I have a reciprocal background. I want to try to create a popup using the screen. However, once the transition is completed it is a black mask that appears behind the page. Can you please tell the best way to make this black mask objective or popup dialog / selector?

The black mask is used to obtain the fade out of the xcate page.

What you can do is to use DOM api to hide it.

ex. Administrator Page2Controller ($ scope) {setTimeout (function () {$ ('.onsen_screen-black-mask'). ; Hide ();}, 0); }


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -