diachedelic

Results 117 comments of diachedelic

Looks like https://geyh3.csb.app/ is broken?

Okay I can confirm the issue occurs on iOS 12.4 but not iOS 13.3, on the iPhone simulator. Seems like more a bug with iOS than a bug with this...

This is an old article concerning the "special" status of page areas where the menu bars sit: https://benfrain.com/the-ios-safari-menu-bar-is-hostile-to-web-apps-discuss/

Letting child elements scroll reintroduces [this iOS scroll bug](https://github.com/scottjehl/Device-Bugs/issues/14), that body-scroll-lock addresses. In this screenshot, I am scrolling inside the `textarea`, and you can see it is causing the bottom...

Should we provide a default `allowTouchMove` function, or actually hardwire in these exemptions? I can't think of a situation where you wouldn't want e.g a `textarea` to scroll but perhaps...

On iOS, `getVersionCode` returns a string for me (e.g. `"7"`)

Here is my minimal reproduction of what I think is the same bug: ``` #!/bin/bash if true; then x=" " fi ``` > error: indent/outdent mismatch: 1.

Also occurs with variables ending with a newline. ```bash $ scripts/beautysh.py - VAR=" > " > > if true; then > echo should be indented > fi > EOF #!/bin/bash...

What happens if you use the plugin with Capacitor 4? Does it break?

v1.1.1 should be compatible with Capacitor 4. Please test.