question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

PDFView.open() is done?

See original GitHub issue

Using PDFView.open(), how do i know when pdf or first page is loaded?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
MickLcommented, Apr 13, 2016

Is this new? I get Cannot read property 'then' of undefined Im using version 1.1.1

PDFViewerApplication.open('myURL').then(function() {
           console.log('DONE');
})

P.S. Thanks alot for your blazing fast answer(s)!

0reactions
yurydelendikcommented, Apr 13, 2016

It is there since v1.2.109 (Nov, 2015) and now currently 1.3 released and 1.4 in beta.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How can I Open a PDF document using PDFView inside an ...
1 Answer 1 · 1 - First you need to download the PDF file and store it into your phone storage : ·...
Read more >
How to display PDFs using PDFView - Hacking with Swift
Next, add this code to your viewDidLoad() method to create a PDFView and make it fill all available space: let pdfView = PDFView()...
Read more >
Open a PDF file with Swift(PDFKit, WKWebView)
In this tutorial we explore two ways of opening a PDF file with Swift. ... Opening a remote PDF cannot be done by...
Read more >
How to Build a React PDF Viewer with PDF.js - PDFTron
In this tutorial, we show you how to create a React PDF viewer using PDF.js that you can use in your projects to...
Read more >
How to Add a Flutter PDFViewer Widget to a Flutter App
Get an overview of Syncfusion's Flutter PDFViewer widget. ... Perform page navigation [04:22] Open the bookmark [05:13] Open a PDF in a web ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found