Hello
My PowerApps Portal application loading in chrome and working fine but in IE application is not responding on Azure AD button click from SignIn page
Hello @AdamP
My IE version - 11.950.17134.0
I am facing problem on Signin Page , Clicking on Azure AD button not performing any operation but in chrome its working fine
What version of IE are your users reporting this on. I have seen issues with older versions and portals but not with the latest. Also do your users report and issue clicking on any other buttons in the portal?
Hi @Dhananjay_Patil,
Are there any errors in the dev console on load of the page or on click of the button? Most likely you've used some sort of modern JS, which doesn't typically play well with IE - a big reason you also won't find a list of supported browsers for PowerApps Portals any longer. I imagine with Microsoft's upcoming discontinued support of IE that eventually it will be publicly unsupported for the Portal as well.
If the JS is in an "onclick" attribute of the button, you'll likely see the error on click. If the JS is an event added onload, then any JS error before that code could cause the code to not run, which means the event is never applied to your button.
Lucas001
60
Super User 2025 Season 1
Fubar
55
Super User 2025 Season 1
surya narayanan
35