react-native-copilot icon indicating copy to clipboard operation
react-native-copilot copied to clipboard

How to click on highlighted component

Open Escalion86 opened this issue 4 years ago • 5 comments

I can't click on highlighted component/ I try to do "onPress" on child component and on Walkthroughable but is no reaction

Escalion86 avatar Nov 06 '20 15:11 Escalion86

@Escalion86 found any solution to make highlighted region clickable?

sidVaidya avatar Jan 06 '21 14:01 sidVaidya

hi @Escalion86 @mohebifar found any solution on this?

abdymm avatar Apr 30 '21 14:04 abdymm

Any news about that ?

jonathanroze avatar Jun 04 '21 14:06 jonathanroze

Well guys, figured it out?

KabDen avatar Nov 11 '21 12:11 KabDen

I haven't played with the library yet...my guess would be that since it's over everything...you'd have to do something like "pointerEvents="none"> on the overlay component.

Not sure if that's possible to do...but something I'd try...

Did you guys try using "view"...it appears the implentation for it will leave a cut out area (in theory). Maybe you are using SVG?

Aryk avatar Nov 27 '21 07:11 Aryk