iframe :Failed to Launch <link> because the Scheme does not have a Registered Handler

Asked

Viewed 1,977 times

0

I’m coding a project in html and Linkei a google form to the boot of vacancies, more when I click to open the form on an android device it does not open, I searched on the internet the error but it does not appear any slouching in JS. follows error photo: inserir a descrição da imagem aqui Error

inserir a descrição da imagem aqui Situation of the site after the click

error:

Failed to Launch 'Intent://Forms.gle/Apwr5k57kl5ipnh56#Intent;package=com.google.android.gms;action=com.google.firebase.dynamiclinks.VIEW_DYNAMIC_LINK;Scheme=https;S.browser_fallback_url=https://Docs.google.com/Forms/d/e/1FAIpQLSe0PP_iqXIVohaGxyQ8McbnxjJEHcYrev2BrGVMeeknSTyGRQ/viewform%3Fusp%3Dsend_form;end;' because the Scheme does not have a Registered Handler.

  • Put the attribute in the link crossorigin="anonymous" sometimes it helps. But I found it strange, because it starts with intent:// ?

  • Related: https://stackoverflow.com/questions/64797802/what-is-this-scheme-dont-have-a-registered-handler-error

1 answer

0

The URL you are using is correct. BUT if you are trying this in the simulator, it will not work and will show exactly the error. The App Store or Playstore app URL scheme works on one device only, in which case it’s not redirecting to one of the stores but it might still be this.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.