Skip to content

Commit 9eff90c

Browse files
feat: enable js on android
1 parent 563d435 commit 9eff90c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

android/src/main/java/android/print/PdfConverter.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ class PdfConverter private constructor() : Runnable {
156156
textZoom = 100
157157
defaultTextEncodingName = "utf-8"
158158
allowFileAccess = true
159+
javaScriptEnabled = true
159160
}
160161

161162
mHtmlString?.let { html ->

0 commit comments

Comments
 (0)