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

Cannot access WebView content with flutter_accessibility_service #38

Open
answer0732 opened this issue Dec 29, 2024 · 1 comment
Open

Comments

@answer0732
Copy link

answer0732 commented Dec 29, 2024

Hi, I want know is it possible to obtain the content after the WebView finishes rendering?

@nhCoder
Copy link

nhCoder commented Feb 11, 2025

use like this

<?xml version="1.0" encoding="utf-8"?> <accessibility-service xmlns:android="http://schemas.android.com/apk/res/android" android:description="@string/accessibility_service_description" android:accessibilityEventTypes="typeViewClicked|typeViewFocused|typeViewTextChanged|typeWindowContentChanged|typeWindowStateChanged" android:accessibilityFeedbackType="feedbackGeneric" android:notificationTimeout="300" android:accessibilityFlags="flagReportViewIds|flagRequestEnhancedWebAccessibility|flagRetrieveInteractiveWindows" android:canRetrieveWindowContent="true"> </accessibility-service>

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

2 participants