Hi,
I run into some problems trying to incorporate the ckEditor into my dojo page in connection with mobile devices(IPad, Iphone). When touching the screen for a second, the IPad switches into the "text search"-mode, where you get this zoom effect to easily position the cursor at the right place.
The problem is, that the editor is getting stucked when the touch event is release, not able to write characters any more. The only way to get the editor working again is to focus another html input node or something out of the editors scope.
By tracking down the error, it turned out, that something goes wrong with dojo, touch events and how they are handled. But I couldn't find a proper solution. Has anyone run into this problem before.
I am using up to date versions (Dojo 1.8.3 and ck 4.0.1) .
Any help would be greatly appreciated.