/* http://blog.csdn.net/kepoon/article/details/53608190 */ //x5-video-player-type="h5" x5-video-player-fullscreen="true" <video id="video" src="http:/ ...
分类:
微信 时间:
2017-09-08 10:08:53
阅读次数:
436
//html 部分 <div class="mui-content"> <div id="slider" class="mui-slider mui-fullscreen"> <div id="sliderSegmentedControl" class=" mui-segmented-control ...
分类:
微信 时间:
2017-09-05 19:01:28
阅读次数:
385
@mixin fullScreen{ position: fixed; top: 0; bottom: 0; } @mixin fullScreen2{ position: absolute; width: 100%; height: 100%; } ...
分类:
Web程序 时间:
2017-09-03 14:08:19
阅读次数:
224
publicvoidshowSystemUI(){if(Build.VERSION.SDK_INT>=14){getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_LAYOUT_STABLE|View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION|View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN);}}publicvoidhideSystemUI(){if(Buil..
分类:
移动开发 时间:
2017-07-13 16:12:54
阅读次数:
185
UE编辑器的简单使用和配置 1.下载解压UEditor编辑器,并在项目中引入JS文件, 2.实例化编辑器 3.基本配置(ueditor.config.js) ,fullscreen : false //是否开启初始化时即全屏,默认关闭 ,'fontsize':[10, 11, 12, 14, 16, ...
分类:
其他好文 时间:
2017-07-08 13:24:20
阅读次数:
267
window.open 打开浏览器小窗 channelmode=yes|no|1|0 是否使用剧院模式显示窗口。默认为 no。 directories=yes|no|1|0 是否添加目录按钮。默认为 yes。 fullscreen=yes|no|1|0 是否使用全屏模式显示浏览器。默认是 no。处于 ...
曾经说到去除状态栏和标题栏总会用到动态代码的方式实现: getWindow().setFlags(WindowManager.LayoutParams. FLAG_FULLSCREEN , WindowManager.LayoutParams. FLAG_FULLSCREEN); requestWi ...
分类:
其他好文 时间:
2017-06-14 19:21:40
阅读次数:
489
<meta name="x5-fullscreen" content="true"> <meta name="full-screen" content="yes"> ...
分类:
微信 时间:
2017-06-10 12:17:50
阅读次数:
456
<!-- QQ强制竖屏 --> <meta name="x5-orientation" content="portrait"> <!-- QQ强制全屏 --> <meta name="x5-fullscreen" content="true"> <!-- 去除误认电话号码 --> <meta nam ...
分类:
其他好文 时间:
2017-05-25 19:52:44
阅读次数:
202
//取消状态栏getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);一定得在setContentView()上面隐藏虚拟按键: prot ...
分类:
移动开发 时间:
2017-05-04 20:09:45
阅读次数:
274