Notice: The Monaca & Onsen UI Community Forum is shutting down.

For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.

Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.

Images generated from AngularJS functionality fail on IOS



  • Normal html img tags load fine, but when those images are generated with AngularJS functionality, they show up on Android debug build, but fail on IOS.

    For example, using the ng-repeat directive to load multiple images will cause them to show up as blank white squares on the IOS debug build, but on Android they work as expected.

    The project is using:

    • AngularJS
    • Cordova version 11.0.0

    Is there some specific IOS configuration required to make this work?

    Any advice is appreciated, thanks.