skrugly
skrugly
Here's a snippet of possible solution: ``` var wasLinkClicked = false val detector = GestureDetectorCompat(context, object : GestureDetector.SimpleOnGestureListener() { override fun onSingleTapUp(e: MotionEvent): Boolean { if (!wasLinkClicked) { // handle...
@dmytrodanylyk any reason not to merge this?
Works great with Kotlin 1.3.21.
`ViewOverlay` doesn't receive any touch events, does it?
Moved the classes out to `/src/main/java` and have the same issue
Hey, big thanks for the help with the Windows support, I will review PR in a few days. I hope you were able to test it because I don't have...
I will take care of testing it on macos and linux.
Could you check please `io.github.adambl4:mirakle:1.5.3-RC-7`
I see, working on a fix
Could you remove your workaround and try again with `1.5.3-RC-7` Such way of modifying `executeOnRemote` args will not work in the new version.