From having to deal implementing this myself -- most likely the Kobo will turn off the default page turn behavior only if it detects the tap occurred inside a link element. So put your clickable text inside <a href="javascript: void(0)">...</a> elements.
|