futurepress / epubjs-rn

EpubJS React Native Example
Other
267 stars 151 forks source link

onMarkClicked event not working on IOS #64

Open StasVitAlex opened 6 years ago

StasVitAlex commented 6 years ago

onMarkClicked event not working on IOS

fchasen commented 6 years ago

Fixed in epubjs@0.0.106

fchasen commented 6 years ago

Ah opps - I assumed you meant Android... do you have an ios example you can share?

StasVitAlex commented 6 years ago

It is usual epubjs-rn example When i highlight text and then click on highlight -> onMarkClicked event not trigerred Seems the problem in that code h.element.addEventListener("click", emitter); Click event not triggered on IOS

StasVitAlex commented 6 years ago

@fchasen , Do you have you any news regarding this bug?

mqtik commented 5 years ago

I'm interest in this as well

AmmiWang commented 4 years ago

This's problem solved now? I'm preparing to use it.