Alert dialog box is displayed on the screen.
No dialog box is displayed on the screen. No errors in the console.
gulp serve, copy the query string parameters and add them to a modern page URL in your tenantCan you @waldekmastykarz confirm that this works if you go to a list or library, but does not work on modern pages? - This is what I noticed with initial verification, just looking for confirmation of the behavior also from your tenant. Thx.
Correct: the alert shows as expected on list pages, but doesn't show on modern pages.
This actually works if the code has been deployed and hosted from CDN - but the issue is only there on modern pages if you do debug of extension with Dialog code from localhost. So - luckily not impacting any existing extensions out there, but impacting obviously development time experience as you cannot test the Dialog functionality on modern pages until you have deployed your solution to app catalog. Absolutely something we need to investigate on engineering side still.
Based on my testing, once the application customizer is deployed via app catalog, it loads the alert dialog on SPO mobile app the first time you access the site. For the alert to show again, i am having to kill and reload the app. Is this a known behavior or am i missing something? Any workarounds?
Most helpful comment
This actually works if the code has been deployed and hosted from CDN - but the issue is only there on modern pages if you do debug of extension with Dialog code from localhost. So - luckily not impacting any existing extensions out there, but impacting obviously development time experience as you cannot test the Dialog functionality on modern pages until you have deployed your solution to app catalog. Absolutely something we need to investigate on engineering side still.