Marco

Results 12 comments of Marco

Doesn't seem to be possible. Introducing a new option `(Boolean) disableSlideAnchors` and adding another condition around here would make this possible: https://github.com/alvarotrigo/fullPage.js/blob/cc20f6cb46dd1fdc84599ad82aff5b0412970915/src/fullpage.js#L2964 I would patch it myself, but I am...

Thank you for the quick reply. `lockAnchors: true` disables section-anchors as well. I only want to disable slide-anchors. It seems to be possible to achieve my desired behavior with: ```...

I will keep the solution as is and will see if there are problems with it while testing before release. If there are, I will report back. Thank you.

There's a difference between Firefox and Chrome here, even if there's no flex-property on the image itself. If both `width` and `height` (https://codepen.io/anon/pen/dVWjwY), or just one of the two (https://codepen.io/anon/pen/MEmqjd)...

So if I understand this correctly, this optionally changes the headlines of the create/update/show/reorder pages to the following if applied to English: | Operation | What's shown in current backpack...

Same here. Sadly it seems like you always have to go digging through code and changelogs when installing a "non-breaking" minor upgrade through this template. In 6.4.6.0, they moved the...

You're right, my fix doesn't directly address the error message. It still fixes the crash in my specific case. I don't have the time to provide you with a minimal...

setting `renderToHardwareTextureAndroid={true}` on the `Animated.View` (here: https://github.com/ascoders/react-native-image-zoom/blob/master/src/image-zoom/image-zoom.component.tsx#L672) fixed performance on android. tested in release mode on a low-end device. no PR, sorry..

Same issue here with 4.7.1. Reverting to 4.5.0 fixes it. macOS on a M1 mac, Chrome, Logitech G Pro X Superlight (non-free rolling). The issue is immediately noticeable, it's not...