While using adaptive forms that the form field errors field is not getting focused to the error form field in iphone and ipad. If the form is at the bottom of the page and it is not scrolled to the top portion of the form where error is available. It could be a known issue. If any solution is available in the adaptive form to overcome this issue.
Solved! Go to Solution.
Views
Replies
Total Likes
window.guideBridge.setFocus(somExpression); // We tried this and its not working in ios , since ios does not support focus event. Can you provide me any sample referemce
I am able to replicate the issue with the latest product version (and iOS App). While this functionality is working as expected on the desktop version, seems to be an issue with the iOS App. As a workaround, you can manually set focus[0][1] to true for those particular fields.
[0]-
validate(errorList, somExpression, setFocus)
window.guideBridge.setFocus(somExpression); // We tried this and its not working in ios , since ios does not support focus event. Can you provide me any sample referemce
@radhakrishnanr5window event might not work, just call panel.validate() and it will auto focus to error fields.
Views
Likes
Replies
Views
Likes
Replies