initialxy / cordova-plugin-themeablebrowser

Fork of org.apache.cordova.inappbrowser in an attempt to make it a bit more themeable and configurable to add some custom actions.
Apache License 2.0
294 stars 221 forks source link

wwwImage doesnt show #205

Open Mooike opened 3 years ago

Mooike commented 3 years ago

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. 2020-12-09_15-46-21

Is this a bug or do I make any mistakes ?

t8skono commented 1 year ago

Edit here. https://github.com/initialxy/cordova-plugin-themeablebrowser/compare/master...jpiar:cordova-plugin-themeablebrowser:master#diff-1d62b12587c770622bad767b84d575bbacf02bad3b1fe65e3bb390dc5fca4672L1017