We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca3500e commit 7c6aa0bCopy full SHA for 7c6aa0b
src/status_im/ui/screens/browser/views.cljs
@@ -227,7 +227,7 @@
227
:on-error #(re-frame/dispatch [:browser/error-occured])
228
:injected-java-script-before-content-loaded (js-res/ethereum-provider (str network-id))
229
;; https://github.com/status-im/status-mobile/issues/17854
230
- :allowsInlineMediaPlayback true}])]
+ :allows-inline-media-playback true}])]
231
[navigation
232
{:url url-original
233
:name name
0 commit comments