Nayan V.
Nayan V.
After trying numerous solutions, this one finally worked for me. [Link](https://github.com/DImuthuUpe/AndroidPdfViewer/issues/1037#issuecomment-2307015289)
Hi @sonoftheweb This works for me. ``` import { Component } from '@angular/core'; import { NavController } from 'ionic-angular'; @Component({ selector: 'page-home', templateUrl: 'home.html' }) export class HomePage { constructor(public...
Remove \n from base64 data after that it will work `base64.replace(/\n/g, '')`
Remove \n from base64 data after that it will work `base64.replace(/\n/g, '')`
After trying numerous solutions, this one finally worked for me. [Link](https://github.com/DImuthuUpe/AndroidPdfViewer/issues/1037#issuecomment-2307015289)
After trying numerous solutions, this one finally worked for me. [Link](https://github.com/DImuthuUpe/AndroidPdfViewer/issues/1037#issuecomment-2307015289)