pwlin / cordova-plugin-file-opener2

A File Opener Plugin for Cordova
MIT License
314 stars 584 forks source link

Open dialog hidden behind InAppBrowser #243

Closed Bruno-bm closed 5 years ago

Bruno-bm commented 5 years ago

When calling $cordovaFileOpener2.open() the dialog window is opened behind InAppBrowser. The same problem ocurred on cordova-plugin-dialogs: https://issues.apache.org/jira/browse/CB-13555

Tests realized on iPhone X

Cordova CLI info

Here is the output:

Click to expand Node version: v8.10.0 Cordova version: 8.0.0 Config.xml file: Plugins: cordova-plugin-device,cordova-plugin-dialogs,cordova-plugin-file,cordova-plugin-file-opener2,cordova-plugin-file-transfer,cordova-plugin-inappbrowser,cordova-plugin-splashscreen,cordova-plugin-statusbar,cordova-plugin-themeablebrowser,cordova-plugin-vibration,cordova-plugin-whitelist,ionic-plugin-keyboard,onesignal-cordova-plugin iOS platform: Xcode 10.1 Build version 10B61

Plugin version

Here is the output: cordova-plugin-file-opener2 2.1.0 "File Opener2"

Bruno-bm commented 5 years ago

Correction on pull request #244

LeandroFChaves commented 5 years ago

Good afternoon,

I have the same problem reported by Bruno. I have already visualized the correction of the same and I will apply.

Will it come in the official version?

Thank you.

shnist commented 5 years ago

@LeandroFChaves yes, will do a new release in the near future with this feature.

shnist commented 5 years ago

@Bruno-bm PR has been merged and new release 2.2.0 has been published.