We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9047aa7 commit 4c69971Copy full SHA for 4c69971
microfrontends/SignDocuments/src/Component/component/emailComponent.js
@@ -109,6 +109,7 @@ function EmailComponent({
109
const handleToPrint = async (event) => {
110
event.preventDefault();
111
112
+ const pdf = await getBase64FromUrl(pdfUrl);
113
const isAndroidDevice = navigator.userAgent.match(/Android/i);
114
const isAppleDevice = (/iPad|iPhone|iPod/.test(navigator.platform) || (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1)) && !window.MSStream
115
if (isAndroidDevice || isAppleDevice) {
0 commit comments