3D FlipBook - Hi, I tried the free version to check. In mobile, it is coming as white space and the magazine is not being shown? What is

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

Hi,

I tried the free version to check. In mobile, it is coming as white space and the magazine is not being shown? What is the solution for that?

Replies

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

HI, Found out the issue is related to CORS. Tried different method but I am not able to resolve it, please help on this asap

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

Add into .htaccess on your PDFs source server.

# CORS for PDFs
<IfModule mod_headers.c>
<Files ~ ".*.pdf$">
Header add Access-Control-Allow-Origin "*" 
Header add Access-Control-Allow-Methods "GET" 
Header add Access-Control-Allow-Headers: "Range" 
Header add Access-Control-Expose-Headers: "Accept-Ranges, Content-Encoding, Content-Length, Content-Range" 
</Files>
</IfModule>
p***1@cecn.net
2019-08-08
2019-08-08

Hi, We solved this issue. Although in our android app – blog opens in in-app browser. Full screen button is not working for that and it becomes to difficult to read the pdf from app? Any solution?

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

Could you write a link?

Fullscreen has to work on android devices.

Log In to leave a comment