Skip to content

Commit

Permalink
fix(browser): enable alert in aepps
Browse files Browse the repository at this point in the history
To test example aepp, it is also enabled in SW browser.
  • Loading branch information
davidyuk committed Apr 24, 2024
1 parent ca86b2d commit 09dbb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/mobile/AppBrowser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
:title="url"
:scrolling="$globals.IS_IOS && 'no'"
importance="high"
sandbox="allow-scripts allow-same-origin allow-forms"
sandbox="allow-scripts allow-same-origin allow-forms allow-modals"
allow="camera; microphone"
@load="loading = false"
/>
Expand Down

0 comments on commit 09dbb52

Please sign in to comment.