ANDI
ANDI copied to clipboard
Using ANDI with Power Apps
I am unable to use ANDI for Section 508 testing on Power Apps pages/flyouts. When I try to activate ANDI, it just get the progress spinner and never get back to the page for testing. Is there a way around this or is there a way for ANDI to work on Power Apps pages/flyouts?
Sometimes, depending on how the application's iframes are developed, this issue can occur with ANDI. The SSA 508 test team found a good solution for using ANDI to test iframes when issues like this occur. Give this a try:
- Navigate to the Application Test page (Don't launch ANDI yet)
- Open Dev tools (F12)
- Find and select the
- Switch to the Console tab
- Paste the ANDI favelet URL and hit enter.
javascript:void((function(){andiScript=document.createElement('script');andiScript.setAttribute('src','https://www.ssa.gov/accessibility/andi/andi.js');document.body.appendChild(andiScript)})());
- This should cause ANDI to be injected into the iframe, and should not trigger reloading of the iframe (which is what is causing this issue).
Thank you for your response. I am unable to get these steps to work in order to turn ANDI on and test an iFrame.
@.*** Andrea McIlvain Section 508 Specialist Contractor: Synergy Business & Information Solutions Digital Infrastructure Services Center Enterprise Applications Services Office of the Chief Information Officer United States Department of Agriculture Fort Collins, CO @.***
Confidentiality Notice: This electronic message contains information generated by the USDA solely for the intended recipients. Any unauthorized interception of this message or the use or disclosure of the information it contains may violate the law and subject the violator to civil or criminal penalties. If you believe you have received this message in error, please notify the sender and delete the email immediately.
From: John Cotter @.> Sent: Wednesday, March 30, 2022 11:27 AM To: SSAgov/ANDI @.> Cc: McIlvain, Andrea (CTR) - OCIO-DISC, Fort Collins, CO @.>; Author @.> Subject: Re: [SSAgov/ANDI] Using ANDI with Power Apps (Issue #131)
Sometimes, depending on how the application's iframes are developed, this issue can occur with ANDI. The SSA 508 test team found a good solution for using ANDI to test iframes when issue like this occur. Give this a try:
- Navigate to the Application Test page (Don't launch ANDI yet)
- Open Dev tools (F12)
- Find and select the
- Switch to the Console tab
- Paste the ANDI favelet URL and hit enter. javascript:void((function(){andiScript=document.createElement('script');andiScript.setAttribute('src','https://www.ssa.gov/accessibility/andi/andi.js');document.body.appendChild(andiScript)})());
- This should cause ANDI to be injected into the iframe, and should not trigger reloading of the iframe (which is what is causing this issue).
Reply to this email directly, view it on GitHubhttps://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FSSAgov%2FANDI%2Fissues%2F131%23issuecomment-1083418506&data=04%7C01%7C%7C2bf0ba0196254ebd8d2f08da12727de2%7Ced5b36e701ee4ebc867ee03cfa0d4697%7C0%7C0%7C637842580196103766%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=L5Id%2F6E0yF7cYlduCHCzkCMmUAzJz6JbCpKqXA5eE4c%3D&reserved=0, or unsubscribehttps://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAYPMWNWMBOFQ47K4LGNWMQ3VCSFGDANCNFSM5SCKXWEA&data=04%7C01%7C%7C2bf0ba0196254ebd8d2f08da12727de2%7Ced5b36e701ee4ebc867ee03cfa0d4697%7C0%7C0%7C637842580196103766%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=lRIGz%2FEfRWuxvRaewDNFtn%2B592I2H%2Fzz7l3BficLXwc%3D&reserved=0. You are receiving this because you authored the thread.Message ID: @.***>