pakstr 0.3.3 → 0.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -73,6 +73,11 @@ class WebViewController(
73
73
  displayZoomControls = false
74
74
 
75
75
  mixedContentMode = android.webkit.WebSettings.MIXED_CONTENT_NEVER_ALLOW
76
+
77
+ // Better mobile rendering
78
+ useWideViewPort = true
79
+ loadWithOverviewMode = true
80
+ textZoom = 100
76
81
  }
77
82
 
78
83
  // Standard clients are enough since overriding URL loading isn't required
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pakstr",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "CLI for packaging Nostr web apps into Android APKs",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",