Skip to content
This repository was archived by the owner on Jun 15, 2024. It is now read-only.
This repository was archived by the owner on Jun 15, 2024. It is now read-only.

Cannot make it work with angular #17

@searleser97

Description

@searleser97

this is what I have

name.html
...
<PDFView [src]="src" (load)="onLoad()"></PDFView>
...

name.component.ts
...

import "nativescript-pdf-view"
...
export class nameComponent {
    src = "https://www.princexml.com/samples/flyer/flyer.pdf";
    public onLoad() {
        alert('hi');
    }
}

...

It's just showing the alert but not the pdf.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions