function createSubview(){
if('Android'!=plus.os.name){
return;
}
var wsub=plus.webview.create('maps_map_sub.html','sub',{top:'44px',height:'60px',position:'absolute',scrollIndicator:'none',background:'transparent'});
ws.append(wsub);
}
以上是H5+示例maps_map.html中的代码片段
请问为何不支持ios环境,
那么现在要在ios环境下添加地图上的浮动按钮之类的操作栏,该怎么做,谢谢了
0 个回复