【Cordova】Cordova iOS 6.1.1でcordova-plugin-splashscreenプラグインのhide()が動作しない場合の対処方法

Cordova iOS 6.1.1でcordova-plugin-splashscreenプラグインのhide()を実行しても、SplashScreenDelayで指定した秒数が経過しないとスプラッシュが消えない現象が発生しました。


今回は、その対処方法について説明します。
Continue reading

【Cordova】Cordova iOS 6.1.1でビルドすると「The preference name “MediaPlaybackRequiresUserAction” has been deprecated. It is recommended to replace this preference with “MediaTypesRequiringUserActionForPlayback.”」が表示された場合の対処方法

これまでCordovaで開発してきたアプリのconfig.xmlは、ほとんどがコピー&ペーストによる使い回しでした。
現在開発中のアプリ「シンプル買い物リスト」のAndroid版のデバッグが終わったので、iOS版のデバッグを行おうとビルドしたところ、以下のメッセージが表示されました。

The preference name “MediaPlaybackRequiresUserAction” has been deprecated. It is recommended to replace this preference with “MediaTypesRequiringUserActionForPlayback.

今回は、このメッセージが表示された場合の対処方法について説明します。
Continue reading