easy-markdown-editor icon indicating copy to clipboard operation
easy-markdown-editor copied to clipboard

Keyboard word suggestion not working on iphone xs (Safari and Firefox)

Open Oliv95 opened this issue 5 years ago • 4 comments

Describe the bug When clicking on the word suggested by the keyboard in does not enter the word into the editor. I have tested it on both firefox and safari on my iPhone and it fails on both but on my Samsung it works perfectly.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://codepen.io/oliv95/pen/qBWqRdv
  2. Type some text
  3. Click on one of the suggested words
  4. Word is not entered into the editor

Expected behavior Keyboard suggested word feature should enter the clicked word into the editor

Screenshots In the screenshots I selected 'the' on iOS and 'again' on Android

android1 android2 iOS1 iOS2

** Version information **

  • OS: [iOS 12.3.1]
  • Browser: [iOS Firefox 18.2, iOS Safari 12]
  • EasyMDE version: [2.8.0]

Additional context I have tested in on a Samsung 8A with firefox and it works as is shown in the screenshots

Oliv95 avatar Aug 21 '19 09:08 Oliv95

Unfortunately I don't own any iOS devices so won't be able to debug this. If anyone with an iPhone would be able to help that would be very much appreciated.

Ionaru avatar Aug 21 '19 20:08 Ionaru

If I get time left hover I might take a look but hopefully some kind soul with an iOS device can save me :)

Oliv95 avatar Aug 22 '19 13:08 Oliv95

This might be the cause of it and would be solved when codemirror 6 is released https://github.com/codemirror/CodeMirror/issues/3690

Oliv95 avatar Aug 23 '19 15:08 Oliv95

I did a comparisons between CodeMirror 5 and 6 on my iPhone and the keyboard suggestions work fine with v6. With v5 it's just a mess.

slykar avatar Jul 27 '21 09:07 slykar