Hello, my app currently uses @shopify/app-bridge version 3.7.11 and initiate modal fullscreen via those instances from that package. However, it gets the problem with the X button on the right corner of fullscreen modal. When clicking it, it should fire event Fullscreen.Action.EXIT to my app and I can move on with the logic code after that but not. It does not trigger any event.
I use ClientApplication to subscribe event like this in my code
app.subscribe(Fullscreen.Action.EXIT, onExit);
Could you give me some advice without switching to version 4 because that version modal cannot be integrated well. I get new problems with version 4 modal such as using isolated iframe and css not working, some external packages do not work correctly.
Thank you very much