-
Notifications
You must be signed in to change notification settings - Fork 660
Closed
Labels
Description
Feature Request
Provide a workaround for Browser.close() on android, in order to provide the same features on all platforms.
Description
As i understand it, capacitors goal is to provide the same api and features on all platforms (wherever possible). This currently seems to be not the case with the Browser plugin, as Browser.close() does not work on android (also documented). For me, this makes the plugin pretty much unusable, as i build my app for ios and android...
Currently i have to use cordova-plugin-inappbrowser, which is not a preferable solution. It would be very nice, if we could solely rely on capacitor to do this :)
Platform(s)
android
Preferred Solution
Provide a workaround for Browser.close() on android
Alternatives
Use cordova-plugin-inappbrowser (not really a preferable solution)
RaphaelWoude, klarkc, leo-petrucci, justinlettau, sverdlov and 19 morecyrilfr