在ipad中的ace编辑器滚动问题

时间:2014-04-08 04:06:10

标签: css ipad mobile ace-editor

当应用程序加载到移动设备(包括android和IPad)时,我无法在ace编辑器中滚动。

它在所有其他浏览器中运行良好。我相信它是ace编辑器中的一个常见问题。

如果有人在此之前遇到过这种情况并修好了吗?任何帮助将不胜感激。

    var editor = ace.edit("ViewScriptEditor");
    $('#ViewScriptEditor').css('width', $('.popup-wrap', $('#open-scripts-list-popup')).width());
    $('#ViewScriptEditor').css('height', 220);
    editor.resize();
    editor.setAutoScrollEditorIntoView(true);
    editor.setReadOnly(true);

这是我配置ace编辑器的方式。

0 个答案:

没有答案