Ionicでcontenteditableがiphoneのブラウザで動作しないを解消


Ionicでcontenteditableしたらiphoneで文字入力できなかったのでメモ

styleのuser-selectで解決

<div appAutofocus contenteditable="true" style="user-select: text; -webkit-user-select:text;"></div>

参考サイト

bug: contenteditable not selectable or editable in iOS #18368
https://github.com/ionic-team/ionic/issues/18368