0
任何人都可以告訴我有關nexus手機中使用的瀏覽器用於通過電話測試和開發基於瀏覽器的應用程序。在nexus中用於測試基於瀏覽器的應用程序的瀏覽器
我試圖在nexus手機中插入一個可滾動的視圖,但它不工作。我認爲它的瀏覽器問題。我嘗試以編程方式識別瀏覽器,但有時會顯示Firefox和Safari瀏覽器。
我可滾動視圖代碼是:
<html>
<head>
<title>Separately Scrolled Area Demo</title>
</head>
<body>
<div style="width: 100px; border-style: solid">
<div style="overflow: auto; width: 100px; height: 100px">
sumit..................
amit...................
mrinal.................
nitesh................
maneesh................
raghav...................
hitesh...................
deshpande................
sidarth....................
mayank.....................
santanu....................
sahil......................
malhan.....................
rajib.....................
</div>
</div>
</body>
</html>
這個HTML程序運行在PC瀏覽但不能在我的關係。
有兩個瀏覽器安裝在我的nexus.one是opera和另一個google chrome.Default瀏覽器是谷歌瀏覽器。 –
其谷歌瀏覽器,我用iscroll.its工作。 –