readium / readium-sdk

A C++ ePub renderer SDK
BSD 3-Clause "New" or "Revised" License
385 stars 164 forks source link

Unable to retrieve elementByCFI from Android API #237

Open rkwright opened 8 years ago

rkwright commented 8 years ago

From Magnus Jerre, Ciber I’ve been trying to do something like this: loadJs(“window.LauncherUI.myMethod(ReadiumSDK.reader.getElementByCfi(…)))

The only result I’m left with is undefined. Do you have any idea of what I have to do to retrieve the text that I want? Or is this not possible to with android yet?