-
|
I'm wondering if there's a way to make use of browser-level interactivity in IDOM, i.e. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
No. Presently it is not possible to invoke browser-level interactivity without creating custom JS components. With that said, for things like |
Beta Was this translation helpful? Give feedback.
No. Presently it is not possible to invoke browser-level interactivity without creating custom JS components. With that said, for things like
alert(),prompt(), andconfirm()IDOM should supply basic implementations so users like yourself don't have to create their own.