Bundling custom font/image issues when building for IOS

Hello!

I am having issues when attempting to build for iOS while bundling in a custom font and image set.

The font resides in /www/lib/font, and the images reside in /www/img/samples.

I am able to see both the font and images correctly with browser emulation via ionic serve.

It appears that when running ionic build ios, the image resources don’t get bundled in to the ios target.

The new font DOES seem to be bundled into platforms/ios/www/lib/ionic/fonts, but does not seem to render correctly once the app is run on-device.

Anyone seen this type of thing before? Am I missing a simple configuration item to pull in new resources?

2 Likes