Andrea Moretti
Andrea Moretti
Hi @adrifelt and sorry for the delay, `sp` depends on pixel density so there is no way to associate them to a fixed size. However as this small library was...
this line seems to cause the problem: https://github.com/Glitchbone/jquery-fatNav/blob/master/src/js/jquery.fatNav.js#L62 I guess it is used to avoid a little movement of the body content when opening the menu, however it also cause...
whell the body movement is caused by the scrollbar... so a very quick and dirty fix would be to substitute `hidden` on https://github.com/Glitchbone/jquery-fatNav/blob/master/src/js/jquery.fatNav.js#L63 with `auto`. this way however you will...
cc @matinzd @davebcn87 @necolas Any update on this topic? I noticed the 2 linked pr do not have any recent activity, and wondering if there are open concerns and the...
> If you can make an Expo snack with the reproduction, that would be helpful. Thanks Is there a template for expo snack with react-strict-dom ? I've been trying to...
@necolas @vincentriemer great to see progress on cross-platform animations. Was wondering and trying to understand better how this relates to: https://github.com/facebook/react-strict-dom/issues/3 having a polyfill for `css.keyframes` seems more in line...
Related: https://github.com/facebook/react-strict-dom/discussions/385 Using Linking.openUrl could be a good default behavior, but it would still kind of make `html.a` only usable on web and in the few rare use cases where...
@necolas @efoken bit of a long shot because I am still not able to replicate in a simpler setup... but maybe you have some ideas or encountered similar issues. With...
I'm going to answer myself, at least on the `_defineProperty` issue. It seems that the problem is sharing the react-native babel-preset with the web vite config as well. One alternative...