passslot / cordova-plugin-passbook

Passbook Plugin for Cordova/PhoneGap
www.passslot.com
Apache License 2.0
26 stars 31 forks source link

InAppBrowser Compatibility #3

Closed sgenov closed 8 years ago

sgenov commented 8 years ago

The plugin does not work correctly when using the InAppBrowser. If an InAppBrowser windows is open, it tries to present itself to the Main window, which is not the top most window. This fix searches for the topmost window and presents the PassBook plugin to that, so it appears on top of the InAppBrowser.

passslot commented 8 years ago

Looks good, thanks for contributing