Hossam El-Nadi
Hossam El-Nadi
I really dislike the idea to override the hardware back button globally. Is there any update on the main issue?
+1 before installing inAppBrowser ref.close() would work on Android. Now it doesn't.
``` import {InAppBrowser} from "@ionic-native/in-app-browser"; .... let ref = window.open('https://www.example.com/', '_system'); ref.close(); //does nothing ``` yes, i had to install the plugin because in iOS window.open doesn't work without having...
@janpio I am sorry the @ionic-native plugin used in this example could be confusing, i also tested the matter by calling the cordova plugin directly using cordova.InAppBrowser.open and trying to...
sure, go at it, doesn't work: ``` /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed...
i also created a rep for you, please forgive me if i added too many files in there, i really have no idea about cordova in particular and it doesn't...
i also suspected something similar, i think i can live with _blank :D
@janpio actually the behavior of _blank isn't useful to me, it opens inside the app itself and doesn't close either.. i mean it uses the app as a browser
actually i was mistaken about _blank not closing, but it's because also in my app _blank doesn't work: the reason being that the external http location having a callback with...
@janpio okay thanks, will open an issue for my use case