Vigneshwaran Palanivelu
Vigneshwaran Palanivelu
To enable cookies just add the below in the application onCreate method //enable cookie CookieManager cookieManager = new CookieManager(); CookieHandler.setDefault(cookieManager);
@kimsean This is due to rendering canvas in print window. As a workaround, I have disabled canvas and used image by **adding the below code in angular-qrcode.js after line number...
@Ross-Rawlins This is due to rendering canvas in print window. As a workaround, I have disabled canvas and used image by **adding the below code in angular-qrcode.js after line number...