I have a simple component that renders out QR code using SVG <Path/>
.
This works perfectly when running in preview mode (locally & on device), but it shows nothing when I export that view and embed it in a native app (tested only on iOS so far).
I am attaching isolated component:
- https://dsc.cloud/vv/TestProject-standalone.zip - for testing local preview
- https://dsc.cloud/vv/TestProject-exported-views.zip - for testing exported view
On a side note, when I mark view for export using <ExportedView/>
+ ux:Class
property on a <Panel/>
(as in attached), I am loosing ability to preview locally, so I have to keep adding/removing those bits whenever I want to switch between local testing and embedded testing. Documentation doesn’t provide answers/hints, am I missing some tricks there?
If necessary, I can provide iOS test project too (however, it doesn’t do anything unusual!)