Mark

Results 157 comments of Mark

I agree that the new documentation site is much less intuitive than the older one. I can never find the default values for things. For instance, the [WaitForOptions page](https://pptr.dev/next/api/puppeteer.waitforoptions) shows...

The workaround mentioned in https://github.com/ionic-team/stencil/issues/2635#issuecomment-768608841 doesn't seem to work for me. But I'm not using the latest Stencil version. Can anyone confirm if this is an existing issue in the...

Came here because enabling "open links in apps" in Settings doesn't work. Is that the issue described here?

Not sure if this may help but I had to go to the settings of the app you'd like to have links open in and manually enable all supported links....

Let me know if I can help at all! Thank you so much.

After doing a little research, I could not find exactly how to reference the current modal element without querying from the ``. I'll need to grab a reference to the...

Hmm, I came across the `inert` attribute which I think could help with this change that will make all elements behind the modal un-focusable. The `inert` attribute made it into...

@koddsson this looks good :+1: . ~~Is there anything holding this up from being merged?~~ (nvm, see my next comment below)

@koddsson apologies but I ended rebasing next branch with master and it caused this branch to be out of date (won't happen again). Rebasing this branch with next branch (which...