Roman Yarmolenko

Results 5 comments of Roman Yarmolenko

In Capacitor 3 there is a new configuration option you can use if you changed your scheme. In your capacitor.config.json/.ts file add a scheme property inside the ios object. Something...

Here is solution: https://github.com/prc5/react-zoom-pan-pinch/pull/247 @prc5 Please review and merge it!

> If the object moved along one axis without moving along the other axis, the object moved jerkily Thank you so much for the fix! For a long time I...

Try this: ``` body { overflow: hidden !important; height: 100vh; min-height: 100vh; box-sizing: border-box; margin: 0px; padding: 0px; width: 100%; padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left); /* iOS 11.0 */ padding:...

At the moment, this problem no longer exists: Now the only problem is that the Github Actions does not provide ARM64 runners yet (see https://github.com/actions/runner-images/issues/2552), so we have no way...