Skip to content

Commit

Permalink
merge pr rogro82#25 and rogro82#34 from fork
Browse files Browse the repository at this point in the history
  • Loading branch information
drosoCode committed Sep 13, 2022
1 parent 172f2e6 commit a3eef09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:usesCleartextTraffic="true"
android:theme="@style/AppTheme">
<receiver
android:name=".Receiver"
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/java/nl/rogro82/pipup/PopupView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ sealed class PopupView(context: Context, val popup: PopupProps) : LinearLayout(c
with(settings) {
loadWithOverviewMode = true
useWideViewPort = true
javaScriptEnabled = true
domStorageEnabled = true
mediaPlaybackRequiresUserGesture = false
}
loadUrl(media.uri)
}
Expand Down

0 comments on commit a3eef09

Please sign in to comment.