1 2 3 4 5 6
<!DOCTYPE html> <script> window.navigateParent = () => { return parent.navigation.navigate("#2"); }; </script>