Looks like the 'navigate' func implementation is a stub:
navigate(e) { console.info("Didomi - Ignoring call to navigate. Ensure that the UI is displayed and that the SDK is ready by wrapping your calls in window.didomiOnReady callbacks", e) }
Is there a way to disable key handlers and navigate between the elements programmatically?