Philipp Faster-Malkov
Philipp Faster-Malkov
Hi @Murik1502 ! We use React too (NextJS) and that's my code: ```typescript import AwaiterStyles from './Awaiter.module.scss' export function Awaiter() { const [tgReady, setTGReady] = useState(false) useEffect(() => { if...
> I have only one question: where do you call your Awaiter function? @Murik1502 I call it in a root layout right after opening "html" tag: ``. But the placement...
Another app that have done that perfectly (tg bot) @tapswap_bot I'm still investigating how they have done that, but it doesn't even try to swipe, just locked.
Yeah @deptyped I've investigated their source code (debug) and found the solution. I've also made the scrolling working (their solution was breaking it) So steps to implement: 1. Document/body magic...
> @maybephilipp, what is scrollableEl ? Could you provide the component code? @Reeennooo please find it here: https://github.com/TelegramMessenger/Telegram-iOS/issues/1070#issuecomment-2053975640
> Thanks Philipp for your PR. Makes sense to be able to control the output of workers. > > Can you please write some documentation in the README about these...
Check this PR: https://github.com/WalkingPizza/strapi-plugin-placeholder/pull/16 You can try my temporary fork. In npm: `@finsimco/strapi-plugin-placeholder` This happens because placeholder generation happens way before assets transfer/import. Transfer should preserve existing placeholders in database/records,...
> I got your fork and it's failing with error Hey @nikravi ! I checked my changes again to try to find something that could cause this error. I haven't...