I am using MobileUI to build a mobile app in ODC.
When I use the icon widget, I am facing "Error in widget Icon" - this text in the UI instead of the icon.
Can anybody help me solve this problem?
Hi @Deepak M ,
This might be a bug. I encountered the same issue initially, and it was resolved by changing the icon using the Icon property and then moving the icon out of the container and back into it.
This usually occurs when the Styles of the widget are not well defined so you might want to try different sizes as well.
You are right, it is a bug and now it is working after following your tricks.
Thanks @Mihai Melencu