Hey Jim,
I believe that the hide_gdpr_banner only works when the scheduling page is embedded. For Calendly to consider the scheduling page as an embed, you need to include the following query parameters in the URL:
embed_type=Inline
embed_domain=1
The default Calendly embed script automatically sets the “embed_domain” using “window.location.host”. Unfortunately, in the mobile context this is typically undefined which causes the embed_domain query parameter not to be set.
Can you try explicitly adding these query parameters to your embed url in your mobile app?
Hello Calforce,
Thank you for your answer, it worked like a charm!
However, the issue remains in my opinion, since the parameter hide_gdpr_banner used to work as advertised on its own in the past, and did not require any additional setup to function properly.
Regardless, I am grateful for your answer and guidance,
I’m wishing you a nice day!