Henk Bakker
Henk Bakker
Experiencing the same behaviour. When I put https://github.com/denehyg/reveal.js-menu/blob/54c50b8c69aab4390c6f67a0cd4048c2558b26e4/menu.css#L163 to `overflow: scroll` it works fine on safari
We used https://github.com/angular/preboot to reduce the flickering. It's not perfect, you still need the following hack: https://github.com/angular/preboot/issues/75#issuecomment-421266570 You can see an example here: https://www.essent.nl/kennisbank
Issue is also found here: https://github.com/rustwasm/wasm-pack/issues/611 Hopefully fix by https://github.com/rustwasm/wasm-pack/pull/706 Current workaround: https://github.com/rustwasm/wasm-pack/issues/611#issuecomment-522093207 I used the following command `npm installl -g [email protected]` to fix the issue
We also would like to start using angular standalone application. See https://github.com/Sitecore/jss/discussions/1818