mirror of
https://github.com/apache/cordova-plugin-splashscreen.git
synced 2026-04-14 00:01:34 +08:00
CB-7700 cordova-plugin-splashscreen documentation translation: cordova-plugin-splashscreen
This commit is contained in:
+1
-3
@@ -61,9 +61,7 @@ Foo ができれば 9 パッチファイル splashscreen ファイルの名前
|
||||
|
||||
`config.xml`ファイルの `AutoHideSplashScreen` 設定する必要があります `false` 。 遅延を 2 秒間スプラッシュ スクリーンを非表示、タイマーを追加しますで次のように `deviceready` イベント ハンドラー。
|
||||
|
||||
setTimeout(function() {
|
||||
navigator.splashscreen.hide();
|
||||
}, 2000);
|
||||
setTimeout(function() {navigator.splashscreen.hide();}, 2000年);
|
||||
|
||||
|
||||
## splashscreen.show
|
||||
|
||||
Reference in New Issue
Block a user