cordova-plugin-themeablebrowser icon indicating copy to clipboard operation
cordova-plugin-themeablebrowser copied to clipboard

is it possible to change the icons ??

Open samxfido opened this issue 8 years ago • 2 comments

I am new to hybrid app development in using a Themeable Browser to open the external links . if i use

backButton: { image: 'back', imagePressed: 'back_pressed', align: 'left', event: 'backPressed' }, forwardButton: { image: 'forward', imagePressed: 'forward_pressed', align: 'left', event: 'forwardPressed' }, closeButton: { image: 'close', imagePressed: 'close_pressed', align: 'left', event: 'closePressed' },`

above code nothing is visible in header its just blank (back press ,forward images are not displaying ). someone Please guide me how to do it

samxfido avatar Oct 17 '16 10:10 samxfido

backButton: {
          wwwImage: 'img/icon_back.png',
          wwwImagePressed: 'img/icon_back.png',
          wwwImageDensity: 6.5,//数字越大图片越小
          align: 'left',
          event: 'backPressed'
        },

liuya891012 avatar Oct 26 '16 08:10 liuya891012

@liuya891012 Where should we place 'img' folder?

rajasekarsp avatar Jul 20 '20 14:07 rajasekarsp