Hello and first of all thank you so much for this great software!!!
When I want to display a picture I do it like so:
<Image File="Assets/Picture.jpg">
<WhilePressed>
<Scale Factor="0.5" Duration="2" />
</WhilePressed>
</Image>
On the local preview it is working like it should. But on the preview and build on my iOS Devices iPad and iPhone 5C the image is totally black.
Am I doing something wrong?
Fuse version 0.23.0 (build 7041)
Hi!
This could be a known bug we are working on, but hard to tell if it is the same bug without a test case. Can you please upload a minimal project that illustrates the problem?
Thanks!
Hey thanks Andreas for the fast answer!!
I created a new project and even for the very simple:
<App>
<Image File="Assets/Test.jpg" />
</App>
It is is not working So on my devices (Preview+Build) I just see a black box. But I can see that the size is correct because there is a white border left and right to fit the ratio of the picture.
Hi,
Can you please provide your project + image file? This obviously does not happen when we test the same before every release.
Of course here is the image and the project file. Please tell me if I should do anything else, I would like to help