Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rendering black screen in iOS (simulator) #3

Closed
isorensen opened this issue Sep 7, 2019 · 2 comments
Closed

Rendering black screen in iOS (simulator) #3

isorensen opened this issue Sep 7, 2019 · 2 comments

Comments

@isorensen
Copy link

Dear developer, first of all, congratulations on the effort.
I've been searching for a simple pdf viewer for flutter, but I couldn't get it to work. In flutter_pdf_render example, I just built it as it is in GitHub, and it gives me black screens, as shown in image below.

Captura de Tela 2019-09-07 às 20 39 20

Flutter doctor:

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, v1.7.8+hotfix.4, on Mac OS X 10.14.6 18G95, locale pt-BR)

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 10.3)
[✓] iOS tools - develop for iOS devices
[✓] Android Studio (version 3.5)
[✓] VS Code (version 1.35.0)
[✓] Connected device (1 available)

• No issues found!

I appreciate for your comments.
Regards

@espresso3389
Copy link
Owner

This is actually an issue on Flutter's Texture but I think I can have some workaround for it.

video_player module has the identical issue anyway:
flutter/flutter#14647

@espresso3389
Copy link
Owner

0.57.0 introduces compatibility rendering on iOS simulator, that is "emulating" rendering on physical devices. It's not perfect and may work differently to the real devices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants