| 5 | | ||pre=0||全屏webview的后退按钮不显示|| |
| 6 | | ||pre=1||全屏webview的后台按钮显示|| |
| 7 | | ||next=0||全屏webview的前进按钮不显示|| |
| 8 | | ||next=1||全屏webview的前进按钮显示|| |
| 9 | | ||orient=1||全屏webview方向为正立|| |
| 10 | | ||orient=2||全屏webview方向为倒立|| |
| 11 | | ||orient=3||全屏webview方向为向左横屏|| |
| 12 | | ||orient=4||全屏webview方向为向右横屏|| |
| 13 | | 例如在专题内有一条广告链接:baidu.com ,我们需要这个广告页面通过全屏webview打开,并且向左旋转,前进后退按钮不显示[[BR]] |
| 14 | | 则,需要填入的连接为:baidu.com?browser=fullscreen&orient=3&pre=0&next=0[[BR]][[BR]] |
| | 5 | ||screenorientation=1||全屏webview方向为横屏|| |
| | 6 | ||screenorientation=0||全屏webview方向为竖屏|| |
| | 7 | 例如在专题内有一条广告链接:baidu.com ,我们需要这个广告页面通过全屏webview横屏打开[[BR]] |
| | 8 | 则,需要填入的连接为:baidu.com?browser=fullscreen&screenorientation=1[[BR]][[BR]] |