espresso3389 / pdfrx

pdfrx is yet another PDF viewer implementation that built on the top of pdfium. The plugin currently supports Android, iOS, Windows, macOS, Linux, and Web.
MIT License
62 stars 38 forks source link

pdfrx currently does not support ios12? #92

Closed zengchanghuan closed 2 months ago

zengchanghuan commented 3 months ago

pdfrx currently does not support ios12. Is there any way to support ios12?

espresso3389 commented 3 months ago

I've created ios12-support branch and it seems it works well on my own device.

But I'm not able to test it against the actual iOS device /iOS 12 Simulator.

So could you please test the branch with your devices? If it works well, I'll merge the changes to release channels.

zengchanghuan commented 2 months ago
截屏2024-03-05 15 23 18 截屏2024-03-05 15 23 31

Minimum Deloyment is still ios 13.0.

espresso3389 commented 2 months ago

Did you do flutter clean/flutter pub get after switching pdfrx source on pubspec.yaml?

zengchanghuan commented 2 months ago

Yes.I run flutter clean and flutter pub get.But I don not know how to switching pdfrx source on pubspec.yaml?

espresso3389 commented 2 months ago

Wow, you're working on published version? It is still on a branch and not published.

Change pubspec.yaml's pdfrx like the following one:

  pdfrx:
    git:
      url: https://github.com/espresso3389/pdfrx
      ref: ios12-support

Once you've finished the testing work and confirmed that everything works well, I'll do some more work to make it available to pub.dev.

zengchanghuan commented 2 months ago

Yes,Now it is can run on the ios12.I tested it on the ios12 devices.Thank you so much.