80,475
社区成员
发帖
与我相关
我的任务
分享<!DOCTYPE html>
<html>
<head>
</head>
<body>
<input id="name" value="this is an input tag" />
<br />
<div contenteditable="true">this is an editable div tag</div>
<br />
<textarea rows="" cols="">this is a textarea tag</textarea>
</body>
</html>
试过各种方法,都是在IE上可行,在android里就不行了。 如何实现WEBVIEW的编辑。
大神你是如何定位的?定位每一个标签的位置?再放回指定位置?