diff --git a/templates/hooks/after_prepare/icons_and_splashscreens.js b/templates/hooks/after_prepare/icons_and_splashscreens.js index 46ac875..b1683fc 100755 --- a/templates/hooks/after_prepare/icons_and_splashscreens.js +++ b/templates/hooks/after_prepare/icons_and_splashscreens.js @@ -20,7 +20,8 @@ var Orchestrator = require('orchestrator'); var BASES = { android: 'res', - ios: '<%= appName %>/Resources' + ios: '<%= appName %>/Resources', + browser: 'www/images' }; var RESOURCE_DIR = 'resources'; diff --git a/templates/hooks/after_prepare/update_platform_config.js b/templates/hooks/after_prepare/update_platform_config.js index a94b484..9d6f38e 100755 --- a/templates/hooks/after_prepare/update_platform_config.js +++ b/templates/hooks/after_prepare/update_platform_config.js @@ -97,7 +97,8 @@ var platformConfig = (function(){ 'android-theme': {target: 'AndroidManifest.xml', parent: 'application/activity[@android:name=\'CordovaApp\']', destination: 'android:theme'}, 'android-windowSoftInputMode': {target: 'AndroidManifest.xml', parent: 'application/activity[@android:name=\'CordovaApp\']', destination: 'android:windowSoftInputMode'} }, - 'ios': {} + 'ios': {}, + 'browser': {} }; var configXmlData, preferencesData;