CB-7700 cordova-plugin-splashscreen documentation translation: cordova-plugin-splashscreen

This commit is contained in:
Victor Sosa
2014-10-20 10:39:27 -05:00
parent 1009019372
commit 3947f8570a
9 changed files with 37 additions and 48 deletions
+1 -2
View File
@@ -61,8 +61,7 @@
`config.xml`파일의 `AutoHideSplashScreen` 설정을 해야 합니다 `false` . 2 초 동안 시작 화면을 숨기고 지연에 다음과 같이 타이머 추가 `deviceready` 이벤트 처리기:
setTimeout(function() {
navigator.splashscreen.hide();
setTimeout(function() {navigator.splashscreen.hide();
}, 2000);