I've created a quiz ebook. At some places in the eBook, I've put a link to show feedback to user's input, eg
or
These ways work with Mobilepocket Reader but not with Kindle for Android.
Could somebody help me to solve this problem?
Thanks in advance.
Code:
<a title="correct!">↕</a>
Code:
<a onclick="window.alert('correct!')">↕</a>
Could somebody help me to solve this problem?
Thanks in advance.