1
如何設置內容寬度==設備寬度? HTML代碼:android XWalkView內容寬度
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=yes"/>
格渲染
<style>
body {
background-color: #808080;
margin: 0 auto;
padding: 0;
}
</style>
<div id="pageContainer" class="pdfViewer singlePageView"></div>
風格的CSS DIV
.textLayer > div {
color: transparent;
position: absolute;
white-space: pre;
margin: 0 auto;
cursor: text;
-webkit-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-o-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
transform-origin: 0% 0%;
}
初始規模== 1.0頁,但真正規模以上則設備與...
這不提供問題的答案。一旦你有足夠的[聲譽](http://stackoverflow.com/help/whats-reputation),你將能夠[評論任何職位](http://stackoverflow.com/help/privileges/comment);相反,[提供不需要提問者澄清的答案](http://meta.stackexchange.com/questions/214173/why-do-i-need-50-reputation-to-comment-what-can- I-DO-代替)。 - [來自評論](/ review/low-quality-posts/12564426) – bitoiu
我沒有足夠的聲望來添加評論,所以我必須在這裏添加答案進行討論。 – chmsky
對不起chmsky,但這只是網站如何能夠擴展和保持某種秩序。雖然你沒有足夠的聲望,但你需要避免添加評論作爲答案。很快你會達到需要的代表數量。 – bitoiu