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 {