不用init的subpage。而是自己手动创建:
类似如下代码(index.html):
main = plus.webview.currentWebview();
var content = plus.webview.create('content.html','content',{
top: '45px',
bottom: '55px',
bounce: 'vertical'
});
main.append(content);