function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
pranaya bhoyarpranaya bhoyar 

reCaptcha issue on ios device

We have added reCaptcha in an public site page. On successful verification of reCaptcha, the page automatically scrolls down while the expected behavior is that page will remain as it is. Some things to note:
1. Page is included in an iframe on another page
2. This only happens when the page is being used on iPhone on any browser.
We have tried changing location.hash so that page is scrolled to the specified anchor as a workaround. Also tried using scrollTo and focus functions. This was done in callback of the reCaptcha verification. These workarounds did not work (maybe because the page is included in an iframe).