You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the demo apps cannot help and there is no issue for your problem, tell us about it
The attribute placeholderImageUri seems to be working on Android but not on iOS. The image is just blank until the real image src is loaded. An example repository is provided.
Which platform(s) does your issue occur on?
iOS only
iOS 13.6.1
iPhone 6s
Please, provide the following version numbers that your issue occurs with:
CLI: 7.0.11
Cross-platform modules: 7.0.13
Plugin(s):
"@nativescript-community/ui-image": "4.0.17",
Please, tell us how to recreate the issue in as much detail as possible.
Tried it and unless I did something wrong it's not yet working.
I npm updated and confirmed the package.json in node_modules/@nativescript-community/ui-image is at 4.0.18. I then removed the ios platform and ran ns run ios --no-hmr again. I unfortunately still don't see the placeholder image.
@MrSnoozles i have tested your example and sadly i dont know why but N ImageSource.fromFileSync returns null while the path is right. Dont really have the time right now to look further. But the issue does not seem to be on the plugin side.
If the demo apps cannot help and there is no issue for your problem, tell us about it
The attribute
placeholderImageUri
seems to be working on Android but not on iOS. The image is just blank until the real imagesrc
is loaded. An example repository is provided.Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
Please, tell us how to recreate the issue in as much detail as possible.
Is there any code involved?
Additional info
I thought this might be related to #12 but the issue there is on Android with Angular. Android (with Vue.JS) is working as expected for me.
Screenshot
On Android a placeholder will be shown until the image is loaded. On iOS the screen is blank until the image is loaded.
The text was updated successfully, but these errors were encountered: