aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-05-23 19:34:00 -0700
committerAllan Wang <me@allanwang.ca>2020-05-23 19:34:00 -0700
commit28c105cb0cc9593930f069584662380a7674c249 (patch)
tree2a340e398beb7b4e5888c49fcbc0f5f7ba88862b /app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt
parent7c8e02d385d418ebae1f8f718b72c4170a1bc819 (diff)
downloadfrost-28c105cb0cc9593930f069584662380a7674c249.tar.gz
frost-28c105cb0cc9593930f069584662380a7674c249.tar.bz2
frost-28c105cb0cc9593930f069584662380a7674c249.zip
Add auto resize to text areas
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt b/app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt
index 4d635547..657bf93e 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/web/FrostWebViewClients.kt
@@ -128,6 +128,7 @@ open class FrostWebViewClient(val web: FrostWebView) : BaseWebViewClient() {
),
JsAssets.DOCUMENT_WATCHER,
JsAssets.HORIZONTAL_SCROLLING,
+ JsAssets.AUTO_RESIZE_TEXTAREA,
JsAssets.CLICK_A,
CssHider.ADS.maybe(!prefs.showFacebookAds),
JsAssets.CONTEXT_A,