svg image in mobile app

0
In my application I make use of svg images. These are shown on a page by using a htmlsnippet with this contents : <img width="172" height="56" class="o-topbar__logo" src="/img/logo.svg" alt="Securex logo" title="Securex logo"> Running this in normal browser, this works, but these doesn't show up in my mobile app. How can I fix this?
asked
1 answers
0

Hi Olivier, try using the Fully Qualified Domain Name i.e. src="https://yourapp.mendixcloud.com/img/logo.svg"

answered