M

Mohamed N

Member

Last active 7 years ago

  1. 7 years ago
    Sun Dec 25 15:12:56 2016

    Hello Angelo,

    Yes, I tried it and it was fixed, thank you for the support

  2. Thu Dec 1 16:47:56 2016

    On android...

  3. Tue Nov 29 16:47:47 2016
    M Mohamed N started the conversation Video has playback controls even though they are unchecked.

    Hello

    I want to play the video with no controls shown (like page 7 & 8 of example project), but although I unchecked the playable controls in the video options, it still has the controls on it

    when I check or uncheck that options it doesn't make a difference as in the preview, the video has the controls

    The video in the example project doesn't have the controls, but even when I copy it and paste it to my project, and then preview it, it has the controls

    Can you help me with this problem?

  4. Sat Nov 5 16:48:16 2016
    M Mohamed N posted in Javascript Problem.

    Hi Paolo,

    After changing the event from TouchDown to TouchUp, the code worked without a problem, I don't know why, maybe it is a bug with the program

  5. Sun Oct 30 17:51:09 2016
    M Mohamed N started the conversation Javascript Problem.

    Hi,

    I used Javascript to randomize some events, It worked perfectly when I previewed the project on pubcoder

    But.. when I published the project as an android app, the javascript didn't work correctly, it only executed the first event and didn't execute the rest... We tried viewing the epub file on an iPhone and the same problem happened.

    below is an example of the used code:

    $("#obj431").trigger(PubCoder.Events.TouchDown)
    $("#obj433").trigger(PubCoder.Events.TouchDown)
    $("#obj435").trigger(PubCoder.Events.TouchDown)

    on the pubcoder preview, the code works fine, on an iPhone as an epub, or on the android as an app....
    Only the first line is executed