Skip to content

Commit

Permalink
Merge pull request #13 from clicksign/feature/JR-AEP-589
Browse files Browse the repository at this point in the history
[JR-AEP-589] Incluir permissão de acelerômetro no Widget Embedded
  • Loading branch information
elianbatista authored Oct 26, 2023
2 parents 4e39458 + c68034f commit 4b430f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedded.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function Clicksign(key, is_not_legacy) {
iframe = document.createElement('iframe');
iframe.setAttribute('src', src);
iframe.setAttribute('style', 'width: 100%; height: 100%;');
iframe.setAttribute('allow', 'camera; geolocation;fullscreen');
iframe.setAttribute('allow', 'camera;geolocation;fullscreen;gyroscope;accelerometer');

window.addEventListener('message', handle);

Expand Down

0 comments on commit 4b430f4

Please sign in to comment.