cordova-plugin-themeablebrowser icon indicating copy to clipboard operation
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?

Open Naveen1612 opened this issue 8 years ago • 4 comments

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.

Naveen1612 avatar Feb 02 '17 15:02 Naveen1612

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.

jewelfarazi avatar Feb 07 '17 18:02 jewelfarazi

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.

JeremyCaltranz avatar Feb 20 '17 16:02 JeremyCaltranz

Above information is only for CLI not sure about PGB. You may try this http://docs.phonegap.com/phonegap-build/configuring/icons-and-splash/

jewelfarazi avatar Feb 20 '17 17:02 jewelfarazi

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).

dpa99c avatar May 10 '17 08:05 dpa99c