-
```
Opening the attached PDF causes a force close in version 0.2.7.
The Log Collector gives the following:
05-19 11:29:20.276 E/AndroidRuntime(12684): java.lang.RuntimeException:
Unable to start act…
-
```
Opening the attached PDF causes a force close in version 0.2.7.
The Log Collector gives the following:
05-19 11:29:20.276 E/AndroidRuntime(12684): java.lang.RuntimeException:
Unable to start act…
-
```
Opening the attached PDF causes a force close in version 0.2.7.
The Log Collector gives the following:
05-19 11:29:20.276 E/AndroidRuntime(12684): java.lang.RuntimeException:
Unable to start act…
-
```
Opening the attached PDF causes a force close in version 0.2.7.
The Log Collector gives the following:
05-19 11:29:20.276 E/AndroidRuntime(12684): java.lang.RuntimeException:
Unable to start act…
-
```
Opening the attached PDF causes a force close in version 0.2.7.
The Log Collector gives the following:
05-19 11:29:20.276 E/AndroidRuntime(12684): java.lang.RuntimeException:
Unable to start act…
-
```
Opening the attached PDF causes a force close in version 0.2.7.
The Log Collector gives the following:
05-19 11:29:20.276 E/AndroidRuntime(12684): java.lang.RuntimeException:
Unable to start act…
-
I have a viewpager and I just add a Pdf view to it:
Here is the **viewpager** that used for this
```
public class PDFViewPager extends ViewPager {
public PDFViewPager(Context context) {
…
-
I have an app in witch I show the PDFView inside a PageView.builder. This allows the user to swipe left and right between multiple documents. After swiping lots of documents, the app gets terminated b…
-
It seems that PdfView is swallowing the on to up event. My intention is that when it is tapped then I can navigate to another screen.
On the example the 'on tap up' is not printed on debug console.…
-
I have an encrypted pdf file. I decrypt it on memory (RAM) and then load the pdf file using AndroidPdfViewer with the method **((PDFView) findViewById(R.id.pdfView)).fromStream(cis).load();**
Here ci…