Sebastian

Results 8 comments of Sebastian

Hi, you have to use the pushToken. The naming of the property is not that good.

Hi, `data-whatintent` does update on `mousemove` and `touchmove` even after there was an explicit input. The old version did update on move but only as long there was the first...

Thanks for your update, @ten1seven! I'll check it out the next days.

We had the same issue. We have sounds playing with `Sound.setCategory('Ambient', true);` which worked fine in the past and stopped working in the meantime. I can confirm that the patch...

The approach to manually adjust the padding based on `isIPhoneX` is not flexible anyway. The better approach is using `useSafeAreaInsets`/`SafeAreaInsetsContext.Consumer` to determine the needed extra padding. I have something like:...

> IDE configuration files should not be checked into projects, While I think they should not be included in this estatico repository, It's useful and not uncommon to have them...

Same problem here. - Navigating via Tab Bar / Code works fine - `position` has the right value while swiping - As soon the screens fully transitioned after swiping, the...