Qlik Sense Mashup Tab container extension not loading propperly
Hello,
I'm building a mashup with multiple apps, the user can switch the app with a navigation menu. The app gets switched with app.close() and the new one gets loaded with app.openApp(id,config);.
I retrieve the objects with app.getObject('placeholder',id), but i only get the main container not the objects inside of the container. It only works when i use tab-container in the first app i load when i open the mashup, but when i switch to app with it it doesn't work.
Anyone a idea how i can retrieve those objects? Regards,