Artal Druk
27cc519d28
Fixed editor not working in release builds:
1. All external dependencies of the editor like css and js must be included inside the html file.
2. External html files in Android can't be required, so they must be placed in the assets folder and accessed via uri
Also removed using keyboard spacer on Android in the example app.