混合应用开发 欢迎界面 (二)
本文将介绍如何为混合应用加入欢迎界面,本教程将在 教程一 的代码上进行修改。 为混合应用加入欢迎界面可以使用 Cordova SplashScreen 插件。 一,增加不同尺寸的 欢迎 界面图片资源 二,在config.xml增加SplashScreen插件配置 1, SplashScreen 属性value值对应图片名称 <preference name="splashscreen" value="splash" /> 2, SplashScreenDelay 属性value值表示欢迎界面关闭时间 <preference name="SplashScreenDelay" value="5000" /> 3,完整配置: <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you