Hello,
Im using this cordova plugin with capacitor. Everything works fine but when I want to display some wwwImage in my button it doesnt show.
My Implementation looks like that:
backButton: { wwwImage: 'assets/img/back.png', wwwImageDensity: 2, align: 'left', event: 'backPressed' }
After debugging I get the attached error.

Is this a bug or do I make any mistakes ?
Hello,

Im using this cordova plugin with capacitor. Everything works fine but when I want to display some wwwImage in my button it doesnt show.
My Implementation looks like that:
backButton: { wwwImage: 'assets/img/back.png', wwwImageDensity: 2, align: 'left', event: 'backPressed' }After debugging I get the attached error.
Is this a bug or do I make any mistakes ?