onImageTapped property

ValueChanged<ImageTapEvent>? onImageTapped
final

Callback invoked when the user taps an image in the EPUB.

Fired on iOS and Android (when supported). On Android the kotlin-toolkit does not yet expose a target-element API, so this callback never fires there. On iOS it uses swift-toolkit's ImageContentElement SPI.

Implementation

final ValueChanged<ImageTapEvent>? onImageTapped;