Paolo A

Administrator

Last active 6 months ago

  1. 7 years ago
    Tue Oct 18 11:23:56 2016
    Paolo A posted in Embed audio files in quizzes?.

    No way, will talk with the team to see if and how we can extend the quiz widget and let you know

  2. Tue Oct 18 11:22:46 2016

    Not if you insert audio as soundtrack. You could alternatively insert the audio on a load event on an audio object. But of course this will prevent an EPUB reader (supporting soundtrack) to present it as such in its User Interface.

  3. Tue Oct 18 11:18:16 2016
    Paolo A posted in Is Shelf active?.

    Dear Dirceu,

    I apologise on behalf of the team and the Company for not responding promptly to your request, we will get back to you shortly.

    Paolo
    PubCoder CTO & Founder

  4. Tue Oct 18 10:46:24 2016
    Paolo A posted in Drag and drop e audio.

    Non ho capito la domanda: puoi ovviamente lanciare un'azione su un altro oggetto a partire da un touch up/down di un altro oggetto. Se invece vuoi eseguire un evento touch up con un evento o lista di eventi associati a un oggetto lo puoi fare ma via codice, usando l'azione "esegui javascript" e usando gli snippet dell'editor javascript e la funzione trigger() di jquery, con i namespace degli eventi di PubCoder, una cosa del tipo:

    $("#objxxxx").trigger(PubCoder.Events.TouchUp);

    Trovi un esempio nell'Example Project a pagina 31"Run Javascript Action"

  5. Tue Oct 18 10:32:23 2016
    Paolo A posted in Drag and drop e audio.

    I limiti dei dispositivi mobile sulla riproduzione audio e video dipendono dai browser, che impediscono strutturalmente di eseguire lo streaming al load della pagina, questi devono sempre essere attivati dall'utente, così che sia lui a decidere quanta banda del suo contratto utilizzare. Ci sono sicuramente dei workaround, ma al momento non abbiamo trovato una soluzione che ci soddisfa.

  6. Fri Sep 30 20:46:02 2016
    Paolo A posted in Prevent showing loading.jpg.

    On any native app this is impossible, there is no possible workaround by code, as the image is managed natively (i.e. not via html). We should add an option in PubCoder as to whether you want or not the screenshot, and show it accordingly. Will add as requested feature in our roadmap. BUT there is one, probably very awkward, workaround. As you very wisely say, the screenshot is generated on the PC/Mac, but it is generated on the first "frame" of the page. By knowing this you could create a first blank/white layer on the page, with an interactivity of "on load" -> "hide" (maybe with a fade out effect) with one second delay. This way PubCoder should print out a blank/white screen, and you would get also a fadeout effect too.

  7. Fri Sep 30 20:39:27 2016
    Paolo A posted in Customize Coloring Widget.

    Yes. This is how to do it:

    • insert the colouring game widget
    • go to the "selection" panel and de-select "Show controls", this way all controls will be hidden
    • design and insert all your controls (colours, crayon, filler, eraser) and insert them as images
    • for each image go to the "Interactivity" panel, select "touch down" or "touch up", press on the "Add action" button select the correct action regarding the colouring widget you find under "Widget".

    That's it.

  8. Sun Sep 25 10:51:04 2016

    Hi Bram,

    at present there is no way to do so, will address the team on how to add this feature. Meanwhile my suggestion is to do that directly in the EPUB output once you are ready to publish, as this should be done for mere validity purposes.

  9. Sun Sep 25 10:48:03 2016

    Hi Richard,

    could you share your file via wetransfer/dropbox/drive through support@pubcoder.com? Our team will look into it.

  10. Mon Jul 25 10:59:57 2016
    Paolo A posted in Sharing on social media.

    Hello Humberto,

    position yourself on HTML5 workspace, press on "Project Settings" button and select "Allow Sharing on Social Networks" checkbox (as shown in figure).

    -image-

    The full link page with the entire book will be shared. There is no way to control the meta info, you can do that in the corresponding xhtml file if you want.

View more