cordova-plugin-themeablebrowser
cordova-plugin-themeablebrowser copied to clipboard
Can any one tell where to put icons in cordova app for referencing menu button icons natively as mentioned in plugin?
I have been trying for some time now. In android platform folder you can put images in drawable folder as mentioned in plugin but in case of IOS is there seems to be no place.
For iOS, follow this path /platform/ios/<app name>/Resources and paste all images there.
After that go back /platform/ios/ and open {app name}.xcodeproj then from the left sidebar of Xcode find /Resources. Now drag and drop all images inside Resources again.
I am using PhoneGap Build. Where would I put the images in that case? There is no folder structure like you are talking about in PGB.
Above information is only for CLI not sure about PGB. You may try this http://docs.phonegap.com/phonegap-build/configuring/icons-and-splash/
I've added functionality to the cordova-custom-config plugin to enable automated creation of custom iOS asset catalogs by adding <resource> elements to config.xml. See the documentation for details.
Note: this plugin will not work in cloud build environments that do not support hook scripts (e.g. Phonegap Build).