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.

App crash when using ".pages()"

See original GitHub issue

Hey, I’m facing an issue since ‘3.0.0-beta.1’ I have a pdf with different size width. When I try to load a given page with .pages(1) for example, the pdf load a blurry page and the app crash when I try to scroll.

Here is my code :

pdf.fromAsset("file.pdf")
    .pages(1)
    .load();

Here is an example of file : file.pdf

Here is the blurry image I get : screenshot_1514037624 screenshot_1514037634

EDIT : When I try to load all page (like .pages(1,0)) there is no problem

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:18 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
barteksccommented, Jan 6, 2018

Fixed in 3.0.0-beta.5 version

1reaction
barteksccommented, Dec 28, 2017

Thanks, I will take a look

Read more comments on GitHub >

github_iconTop Results From Across the Web

pages apps keeps crashing - Apple Support Communities
Pages crashes on my iPhones (X, 11, 11 Max) and iPads (two iPad Pro 10”) when editing documents. I've deleted the app and...
Read more >
Pages crashes - what to do? Tips & solutions
What to do if Pages crashes? · Install the latest iOS or Android version · Check Pages for updates and update if necessary...
Read more >
How to Fix Pages Quit Unexpectedly on Mac after Ventura ...
Alternate solutions on Pages Quit Unexpectedly on Mac · Method 1: Clear Preference Cache · Method 2: Delete Cache files from Mac and...
Read more >
dart - Flutter navigation with the bottomNavigationBar between ...
I'm trying to create a BottomNavigationBar on my home page screen. The bar itself works perfectly fine, but it's the navigation between pages...
Read more >
Dropbox unexpectedly quit or is causing apps to crash
This article helps you troubleshoot the following issues: The Dropbox desktop app unexpectedly quits or keeps crashing; The Dropbox desktop app is causing ......
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