Nikita Sirota
Nikita Sirota
it doesn't work on IOS (scrolling), here's the solution, you need to change useDisablePinchZooming.ts like this: ``` import { useEffect } from 'react' // https://github.com/excalidraw/excalidraw/blob/7eaf47c9d41a33a6230d8c3a16b5087fc720dcfb/src/packages/excalidraw/index.tsx#L66 export function useDisablePinchZooming(win?: Window) {...
@slavkapiyavka, привет! Да, можно воспользоваться другим клиентом, мне лично это помогло
> is any updates on this :(( Hi, did you get the problem solved?
any ideas ?
What was the temporary fix related to?
thx a lot! I'll be researching this
Bro, try this, I have the highlighting working now on android and ios ``` import { useEventListener } from '@literal-ui/hooks'; import { useState } from 'react'; import { isTouchScreen }...
I hope this is helpful to you! And thanks for your ideas and help!