This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
contentEditable not selectable with Angular Material on Android #5937
Labels
browser: Android
has: Pull Request
A PR has been created to address this issue
os: iOS
This issue is specific to iOS
type: gestures
Comments
+1 |
This is still a valid issue, which can cause problems on touch devices with several 3d party libraries. PR in Progress: #5939 |
devversion
added
browser: Android
os: iOS
This issue is specific to iOS
type: gestures
labels
May 31, 2016
devversion
added
the
has: Pull Request
A PR has been created to address this issue
label
Jun 5, 2016
Seeing that there is a pull request, is there any chance that this could be fixed in 1.1.0? It is a serious issue for any application that uses contentEditable, ergo almost any wysiwig editor. In my experience, those editors DO NOT WORK ON MOBILE DEVICES. |
Fixed with SHA bd1cce4 |
I am still experiencing this issue and have opened a new issue here as requested by @devversion |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
browser: Android
has: Pull Request
A PR has been created to address this issue
os: iOS
This issue is specific to iOS
type: gestures
On Android, I can't select a contentEditable piece of text.
Without Angular material: http://codepen.io/barryvdh/pen/PPrJLr
With Angular Material: http://codepen.io/barryvdh/pen/RWzLvE
It works on desktop. Probably related to gestures/fastclick (maybe similar to ionic-team/ionic-framework#421 ?)
FYI, I'm using https://github.com/thijsw/angular-medium-editor which used contentEditable
The text was updated successfully, but these errors were encountered: