ion-backdrop
Backdrops are full screen components that overlay other components. They are useful behind components that transition in on top of other content and can be used to dismiss that component.
Basic Usage
The backdrop prevents clicking or tapping on the content behind it. It is transparent by default, so the below demo includes CSS to make it visible.
Styling
The backdrop can be customized by assigning CSS properties directly to the backdrop element. Common properties include background-color, background and opacity.
Content can be displayed above the backdrop by setting a z-index on the content, higher than the backdrop (defaults to 2).
Properties
stopPropagation
| Description | trueの場合、バックドロップはタップ時に伝搬を停止します。 |
| Attribute | stop-propagation |
| Type | boolean |
| Default | true |
tappable
| Description | trueの場合、背景をクリックすることができ、ionBackdropTapイベントを発生させます。 |
| Attribute | tappable |
| Type | boolean |
| Default | true |
visible
| Description | true |