erluxman / pdf_flutter

Flutter Widget to display PDF
Apache License 2.0
99 stars 54 forks source link

Hyperlink click get app crash #7

Open lavahasif opened 4 years ago

lavahasif commented 4 years ago

android.util.AndroidRuntimeException: Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want?

erluxman commented 4 years ago

Can you provide the file/URL of that pdf in which it crashes?

A sample file/url would be really helpful in investigating.

I am sorry about not being very active in fixing issue on this plugin as my current work almost doesn't use PDF

vkmittal commented 3 years ago

I am also facing the same issue - I am using it on Android as of now Just so you know it works absolutely fine when I am in Development Mode but when I release the app on accessing the URL it crashes Here is a sample URL https://www.asianonline.in/app_api/invoice/order_GMQp0gtaaNNXml.pdf

Arjun3010 commented 3 years ago

I am also facing the same issue - I am using it on Android as of now Just so you know it works absolutely fine when I am in Development Mode but when I release the app on accessing the URL it crashes Here is a sample URL https://www.asianonline.in/app_api/invoice/order_GMQp0gtaaNNXml.pdf

Same here