You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you are using a custom render function, you have the option of returning false to prevent the default IAS render function from also executing. However, the callback to generate the nextUrl (and presumably any other callback) is only executed if the default render function is used. If a custom render function is used, the callback is not called.
Repro for this would look something like the following:
Create an IAS instance and bind your own function to the on('render') event. This function should return false at the end.
Navigate to the page with your custom IAS instance and render event handler.
Observe jQuery.ias().nextUrl does not change.
Pull request coming soon.
The text was updated successfully, but these errors were encountered:
When you are using a custom render function, you have the option of returning false to prevent the default IAS render function from also executing. However, the callback to generate the nextUrl (and presumably any other callback) is only executed if the default render function is used. If a custom render function is used, the callback is not called.
Repro for this would look something like the following:
Pull request coming soon.
The text was updated successfully, but these errors were encountered: