Administrator
Last active 4 days ago
Simply put, the cloned objects do not carry the actions of the original object... you should add required actions on the cloned objects via code.
Hello,
maybe your project got corrupted somehow. If you are lucky, only the internal thumbnails got lost and in this case you can re-generate them: just select "assets" in the left panel of your project window, select all of your assets, right-click on one of them and choose "Update Assets" and pubcoder will rebuild them.
Otherwise, write tu support@pubcoder.com so we can try to help you somehow.
hello noel, you have to turn off the default navigation with arrows or swipe (basing on the output format you are using) and use a Run JavaScript action in a button to let the user change page, with simple code like this:
const pagesCount = Object.keys(pubcoder.pages).length; const randomDestPage = Math.round(Math.random() * pagesCount); pubcoder.goToPage(randomDestPage);
please let me know if this works
Hello Dawid,
sorry for the late reply, please try this beta release, which should fix the issue:
https://www.dropbox.com/s/xeja4ss1g0bmqwk/PubCoder-bin-20220524-4.1.4.1169.zip?dl=0
Ciao Laura, puoi farlo usando il CSS
Hello Carlos,
here you can see an example:
https://www.dropbox.com/s/eedguflsmm8npb9/clone.pubcoder?dl=0
Not every EPUB reader supports every EPUB feature, particularly Fixed Layout, Read Aloud, Soundtrack, or javascript interactivity. You can find a list of the most compatible readers here: https://docs.pubcoder.com/pubcoder_epub.html#compatible-epub-reader-apps
No, it is not possible to create audiobooks in PubCoder. Anyway, our Shelf solution provides this ability: https://shelf.pubcoder.com
Hello Carlos,
sorry but that's not possible, the pubcoder project files holds a lot more data than the exported epub files.