-
Notifications
You must be signed in to change notification settings - Fork 53
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
full / fullscreen display mode shows nothing #222
Comments
Hi @guix77 |
Hi @raiseandfall and thanks for your answer ! I cloned this repo and tried BV's demos, they work so the browser is not the issue (chrome 77 on Ubuntu) Here is a simple example that does not work: https://github.com/guix77/blockcerts-verifier-test Getting lots of |
Strange: if I use the IE11 compatibility:
... then it works. Example https://github.com/guix77/blockcerts-verifier-test/tree/ie11 Even more strange: BV's demos, which work, are not in IE11 compatibility mode:
Anyway, it works for me now... so that's a good thing :) |
@raiseandfall I haven't looked deeper than that, but here is what I have found:
|
…mode-fullscreen-not-showing fix(Sanitizer): [#222] removed terser
@guix77 @lemoustachiste The fix is in 1.25.1 |
…sing-args-verifier-error fix(error): VerifierError constructor missed first argument
When using full & fullscreen display modes, no content is displayed. The displayHtml property is of course filled in. It's the same for LearningMachine's examples, for instance https://blockcerts.learningmachine.com/certificate/ab56912734bb5784bced00b7e0e82ac9?format=json
Using "@blockcerts/blockcerts-verifier": "^1.25.0". Any idea ?
The text was updated successfully, but these errors were encountered: