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

[MOBILE-4628] Add Webview inspection check in MessageCenter #578

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

Apekka
Copy link
Contributor

@Apekka Apekka commented Jul 25, 2024

What do these changes do?

  • Add a check in Message Center to allow the webview to be inspected in Safari
  • Add a config field for isWebViewInspectionEnabled

Why are these changes necessary?

To debug more easily the webviews

How did you verify these changes?

Putting isWebViewInspectionEnabled to true, running the sample app and inspecting the webview on Safari

Verification Screenshots:

image

Anything else a reviewer should know?

To make testing faster and easier I edited the ProxyConfig so it loads the new field from the config, so I think it would be great to add it in the next Proxy update

image

/**
* Allows the WebViews to be inspected in Safari.
*/
isWebViewInspectionEnabled?: boolean;
Copy link
Collaborator

Choose a reason for hiding this comment

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

this needs to be wired up in the mobile framework proxy

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@rlepinski rlepinski merged commit c953a2b into main Aug 15, 2024
1 check passed
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.

3 participants