Devin Woo

Results 13 comments of Devin Woo

暂时不支持。

暂不支持该特性

请提供一下 Android 版本号

I am not a Android programer, tell me the best practice please.

可能是 webview 默认的 loading 效果。

1.`getElementByClassName` returns an array 2.`contenteditable` is an attribute of DOM, not member of object. ```javascript document.getElementsByClassName("simditor-body")[0].setAttribute('contenteditable', false); ```

我这边没有重现,提供一下安卓版本号。

这个问题比较棘手,短时间内修不掉。我看了下主流的编辑器在 Android < 4.4 都存在这个问题,Android 4.4 以下 WebView 的问题较多,不止这一个问题。如果实在是需要兼容,建议尝试使用 crosswalk 加载编辑器。

Hi, please tell me your android version and paste your codes.

请参考:https://github.com/mr5/icarus-android/issues/7