-
Notifications
You must be signed in to change notification settings - Fork 410
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
Opening PDF throws FileUrlExposed bug on Android Version 7.1.1 after API 27 migration. #2461
Comments
Are you getting this with something like:
or only with
? A small test case is always helpful and usually results in issues being fixed more quickly |
I missed the fact that he didn't include the link/code. See the error log (as an image) here: https://stackoverflow.com/questions/50942717/codename-one-pdf-not-opening-in-samsung-tab-samsung-sm-t377a and the code/conversation below |
…g. Regression was introduced in 5d1824d . In order to fix this, we had to move some some display properties regarding notification channels into build hints. These properties haven't been documented yet. This also includeds fix for Display.execute(filePath) in SDK 27. #2461 Both of these fixes require forthcoming patches to the build server also.
Shannah and Shai, When would these changes are available in the builds(after july 17th?) . Is there any workaround for PDF before that time. With SDK=23 build hint it works on newer OS devices but not working for older devices. If we release the build to App store will this issue exists for App store builds with build server patch. Please advise. Another issue with SDK=23, first time when it gets to the page where the link to pdf present will display blank screen- I have to kill the app and reopen it to see the page. second time onwards I don't see that issue. Please advise. |
Updates go out every Friday |
Great. Thank You. |
I encounter this issue only on Android Samsung Tab E with Version 7.1.1.
In my app, I have hyperlink to open PDF file - When user opens the file, I will save the file and open it when ever it is needed. This is functionality working on iPhone and android devices android.targetSDKVersion : 23 but not without build hint. This throws FileUrlExposed issue. Please fix this issue as early as possible. Thanks
The text was updated successfully, but these errors were encountered: