Hi,
I have been building an embedded Canvas app which works just fine in preview, but when I publish and check it inside my model driven app it doesn't work as expected.
So first of all the modeldrivenformintegration doesn't work when the app loads, so I had to add a timer and wait for a few seconds before I try to access it (even 3 seconds is not always enough, quite inconsistent).
My combobox onChange method used to work, now that I made the app heavier with features that doesn't touch that specific data it stopped working for some reason.
Atlast my button to update data selected inside my comboxes no longer responds (it doesn't even execute the onSelect method), as I added a simple variable to tell me "Clicked button" which doesn't work.
But if I test using the preview function everything works as it should.
Any ideas what is going on, and what I can do to ensure everything works as intended?
Thanks in advance!