You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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();
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();
The text was updated successfully, but these errors were encountered: