Hello together, hello @aprildunnam,
I'm using Data URI svg files for some image controls. I saw it also in Aprils video on youtube:
http://Youtube%20Video by April Dunnam
Unfortunately the images don't work in webbrowsers (Testet in Firefox, Chrome, IE and Edge). In Power Apps Studio + Preview everything works fine.
Is this a bug or ....? Will it work in the future?
Thanks and greetings,
Max
I have a image control with
"data:image/svg+xml,"
&
EncodeUrl(
"<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' class='chart' width='300' height='60' role='img'>
<g class='bar'>
<rect width='20' height='19'></rect>
<text x='25' y='10' dy='.35em'>4 apples</text>
</g>
<g class='bar'>
<rect width='80' height='19' y='20'></rect>
<text x='85' y='28' dy='.35em'>8 bananas</text>
</g>
<g class='bar'>
<rect width='150' height='19' y='40'></rect>
<text x='150' y='48' dy='.35em'>15 kiwis</text>
</g>
</svg>"
)
It's not visible, if I play it in a webbrowser. Only in the preview mode and on phone/tablet.
Hi @max81 ,
Is there any error message when the issue happens?
Regards,
Mona
Hello Mona,
there is no error message. The images are just not visible.
Thanks and greetigs,
Max
User | Count |
---|---|
252 | |
107 | |
88 | |
51 | |
44 |