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

There is an issue with obtaining the relevant properties of webview #90

Open
CoderEYLee opened this issue Apr 22, 2024 · 0 comments
Open

Comments

@CoderEYLee
Copy link

in Services/Helpers/AirPlayServiceMirrored.m
line 518

DLog(@"%@", webView.request.URL.absoluteString);
change
DLog(@"%@", webView.URL.absoluteString);

line 529
DLog(@"%@", webView.request.URL.absoluteString);
change
DLog(@"%@", webView.URL.absoluteString);

When I submit a PR, the following error will be reported
Pull request creation failed. Validation failed: must be a collaborator

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

No branches or pull requests

1 participant