-
Notifications
You must be signed in to change notification settings - Fork 30.6k
[platform-view][android]loupe doesn't work properly #121817
Copy link
Copy link
Open
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: platform-viewsEmbedding Android/iOS views in Flutter appsEmbedding Android/iOS views in Flutter appsc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityfound in release: 3.7Found to occur in 3.7Found to occur in 3.7found in release: 3.9Found to occur in 3.9Found to occur in 3.9has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onplatform-androidAndroid applications specificallyAndroid applications specificallyteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team
Description
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: platform-viewsEmbedding Android/iOS views in Flutter appsEmbedding Android/iOS views in Flutter appsc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityfound in release: 3.7Found to occur in 3.7Found to occur in 3.7found in release: 3.9Found to occur in 3.9Found to occur in 3.9has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onplatform-androidAndroid applications specificallyAndroid applications specificallyteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team
Type
Fields
Give feedbackNo fields configured for issues without a type.
The magnify glass (loupe) in android app is showing a grey box instead of magnified text. The app launched on web in android chrome browser is working perfectly.
Tested it on Android API 31.
Expected Behaviour:
Whenever, we select or move cursor on text, the magify glass should display the magnified text ( Added in Android P)
Current Behaviour:
Gray shadow instead of magnified text as shown below:
android_webview_magifier_loupe.webm
### Steps to Reproduce:
webview_flutterwidget,webview_flutter&webview_flutter_androidversionAndroid (build.gradle)
minSdkVersion 20compileSdkVersion 33Code Sample
The code sample is taken from the example, removed additional functionalities to keep it simple.
Code Sample
Flutter Doctor:
PS:
Magnify feature is working fine on web app, tested on chrome browser in android
(expecting the same on Android App)
web_magnifier_loupe.webm
Thanks!