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

fix: persist default settings #444

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

Conversation

jeroenptrs
Copy link

PR Checklist

What is the current behavior?

Opening an In App Browser with any configuration completely negates the defaults even if they are not overloaded.

What is the new behavior?

Opening an In App Browser now persists the defaults if they are not overloaded.

Fixes/Implements/Closes #[Issue Number].

options?: InAppBrowserOptions = {
options?: InAppBrowserOptions = {}
): Promise<BrowserResult> {
const defaults = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello mate, thanks for your contribution!
Can you move the default settings outside this method please? and can you include the type InAppBrowserOptions for that new variable?

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.

None yet

2 participants