Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't restrict popup options to width and height #1073

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lionelgaillard
Copy link

width and height are very restrictive popup options.

When used in conjunction with cordova.inAppBrowser there are many possible options which could be very interesting to pass...

For example, by passing clearcache and clearsessioncache in popupOptions, it prevents
the problem we have with cordova.inAppBrowser where we connect to a provider
one first time, then stay connected forever inside the in app browser, and are
unable to logout or change user without re-install the entire app.

`width` and `height` are very restrictive popup options.

When used in conjunction with `cordova.inAppBrowser` there are [many possible options](https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-inappbrowser/#cordovainappbrowseropen) which could be very interesting to pass...

For example, by passing `clearcache` and `clearsessioncache` in `popupOptions`, it prevents
the problem we have with `cordova.inAppBrowser` where we connect to a provider
one first time, then stay connected forever inside the in app browser, and are
unable to logout or change user without re-install the entire app.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant