We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563d435 commit a44c128Copy full SHA for a44c128
2 files changed
.github/workflows/ci.yml
@@ -102,14 +102,14 @@ jobs:
102
103
- name: Build example for Android
104
env:
105
- JAVA_OPTS: "-XX:MaxHeapSize=6g"
+ JAVA_OPTS: '-XX:MaxHeapSize=6g'
106
run: |
107
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"
108
109
build-ios:
110
runs-on: macos-latest
111
112
- XCODE_VERSION: 16.2
+ XCODE_VERSION: 16.4
113
TURBO_CACHE_DIR: .turbo/ios
114
steps:
115
- name: Checkout
android/src/main/java/android/print/PdfConverter.kt
@@ -156,6 +156,7 @@ class PdfConverter private constructor() : Runnable {
156
textZoom = 100
157
defaultTextEncodingName = "utf-8"
158
allowFileAccess = true
159
+ javaScriptEnabled = true
160
}
161
162
mHtmlString?.let { html ->
0 commit comments