UCL-INGI / INGInious

INGInious is a secure and automated exercises assessment platform using your own tests, also providing a pluggable interface with your existing LMS.
http://www.inginious.org
Other
203 stars 139 forks source link

The text editor does not work on (Android+Chrome Mobile) smartphones #912

Open tbarbette opened 1 year ago

tbarbette commented 1 year ago

Describe the bug Trying to follow an exercise on a smartphone is near to impossible because when we click somewhere on the text, the cursor often goes back to the beginning of the line, or loses focus after writing a space, so I loose the keyboard. Sometime it actually writes somewhere randomly. It is possible to beat the editor by writing very fast and coding without any mistake that needs to go change stuff backwards :)

I would like to be able to do fast, QR-code-based interactive course where student respond to a simple question. This is currently impossible.

This is also applicable to the editor for administrative task, like fixing a grammar mistake in the exercise, which could be done on the phone.

INGInious installation details

To Reproduce Steps to reproduce the behavior:

Desktop (please complete the following information):

Additional context A solution would be to disable the rich editing feature and just have a normal textarea if the browser is an Android mobile. I don't have an iphone so I don't know if it works there.