Skip to content

Commit d8cddce

Browse files
committed
[VPOS QR] Allow web share for iframe
1 parent ef3dcac commit d8cddce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vpos/checkout/javascript/src/bancard-checkout.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ const internalMethods = {
140140
iframe.src = newIframeUrl;
141141
iframe.style.width = '100%';
142142
iframe.style.borderWidth = '0px';
143+
iframe.setAttribute('allow', 'web-share');
143144

144145
iframeContainer.innerHTML = '';
145146
iframeContainer.appendChild(iframe);

0 commit comments

Comments
 (0)