From b17ade9ab27c4301630bc2a0061e3a3f076bd368 Mon Sep 17 00:00:00 2001 From: CFT-Chris Date: Thu, 23 May 2019 13:42:44 -0400 Subject: [PATCH] fix(app): contenteditable user-select safari --- core/src/components/app/app.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/core/src/components/app/app.scss b/core/src/components/app/app.scss index 22d3de19c50..881dc7caff7 100644 --- a/core/src/components/app/app.scss +++ b/core/src/components/app/app.scss @@ -1,6 +1,12 @@ -html.plt-mobile ion-app { - user-select: none; +html.plt-mobile { + ion-app { + user-select: none; + } + + &.ios ion-app [contenteditable] { + user-select: text; + } } ion-app.force-statusbar-padding {