3D FlipBook - Hi 1. IE / Edge not working if source files are HTMLs. Loading never ends. 2. If props.sheet.wave = 0 , only first and last

p***k@cecn.net
2019-08-08
2019-08-08

Hi

1. IE / Edge not working if source files are HTMLs. Loading never ends.

2. If props.sheet.wave = 0 , only first and last page are displayed, other pages are hidden or something

Replies

a***r@3dflipbook.net
2019-08-08
2019-08-08

Hi!

1. IE11 is working, but has some limits (html is not interactive, because there is not good tool for rendering html, htm2canvas is weak for this). Tomorrow i will try to have a look at the Edge. Try the htmls from http://3dflipbook.iberezansky.net/formats with IE11. On my machine them are working.

  1. Use

    
        propertiesCallback: function(props) {
          props.sheet.wave = 0.04;
          props.cover.depth = props.page.depth;
          return props;
        }
    

    it will be flat enough.

    I know there are some small troubles with interpolation. I even do not know when i will fix them, maybe after v1.7. My suggestion is: choose appropriate parameters when everything is fine and use them. Even in this case there is very big range of flexibility.

    Best Regards,

    Ivan.

Log In to leave a comment