Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vaadin 7,8 pdf not show windows11+ #12501

Open
divyadeepa266 opened this issue Dec 16, 2021 · 2 comments
Open

Vaadin 7,8 pdf not show windows11+ #12501

divyadeepa266 opened this issue Dec 16, 2021 · 2 comments

Comments

@divyadeepa266
Copy link

divyadeepa266 commented Dec 16, 2021

vaadi 7 and 8 windows 10 version work fine but windows 10+ not showing embedded.setMimeType("application/pdf");
StreamResource r = new StreamResource(s, demo.pdf);Embedded pdf = new Embedded();

pdf.setType(Embedded.TYPE_BROWSER);
pdf.setMimeType("application/pdf"); pdf.setSource(r);
pdf.setSizeFull();

@OlliTietavainenVaadin
Copy link
Member

@divyadeepa266 Please add the specific browser version(s) that are affected, as well as the exact Vaadin versions used.

@Ansku
Copy link
Member

Ansku commented Dec 16, 2021

From Discord:
Chrome version 96.0.4664.110, Vaadin version 8.2.0, plugin version 8.1.7
Noted that 8.2.0 is very old, updating to 8.14.3 suggested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants