Member
Last active 3 years ago
I understand now. I had to click drag event first in order to see it. Thank you!
Hello,
I'm using version 3.4.2.
My problem is I don't see the "Drag object" option on actions. Has it been removed?
Thanks for the code. Changed mine, but somehow it didn't work. So, I had to revert to specifying the right and left.
Okay, I've found a solution. I added a custom CSS to hide the navigation arrows.
div#SCNavigationRight { display: none;} div#SCNavigationLeft { display: none;} }
That's already disabled. The menu is not the problem, but it's the page navigation. I also disabled "show page navigation" but it still shows those little arrows.
I want to export to html5 and ios app. So, question: How do I disable page navigation? those right and left arrows. I have my own navigation button on a quiz, and I want students to continue only if they select the correct answer. Right now they can easily just go to next page without answering quiz questions.
Do you mean you want the text highlighted? An ebook with text highlight?
Everything works great except the read aloud overlay. The overlay stops in the middle of the page. The read aloud overlay half of the page only.
I inspected the code and notice that -epub-media-overlay is missing in the remaining text. I kept redoing the read aloud to make sure. It works fine when I preview it in Pubcoder, but it's not working in final output.
Is there a way to fix the problem? Any suggestion will help.