1 2 3 4 5 6
<!DOCTYPE html> <script> window.doNavigationBack = () => { return navigation.back(); }; </script>