fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.

Home Page:https://pub.dev/packages/flutter_webview_plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android webview error

erenincesu10 opened this issue · comments

Hello everybody i am using instagram basic api. And it works on ios emulator. But on android emulator i am receiving above error.

I/chromium(27494): [INFO:CONSOLE(0)] "Error with Permissions-Policy header: Unrecognized feature: 'ambient-light-sensor'.", source: (0)
I/chromium(27494): [INFO:CONSOLE(0)] "Error with Permissions-Policy header: Unrecognized feature: 'bluetooth'.", source: (0)
I/chromium(27494): [INFO:CONSOLE(0)] "Error with Permissions-Policy header: Unrecognized feature: 'hid'.", source: (0)
I/chromium(27494): [INFO:CONSOLE(0)] "Error with Permissions-Policy header: Unrecognized feature: 'local-fonts'.", source: (0)
I/chromium(27494): [INFO:CONSOLE(0)] "Error with Permissions-Policy header: Unrecognized feature: 'otp-credentials'.", source: (0)
I/chromium(27494): [INFO:CONSOLE(0)] "Error with Permissions-Policy header: Unrecognized feature: 'payment'.", source: (0)
I/chromium(27494): [INFO:CONSOLE(0)] "Error with Permissions-Policy header: Unrecognized feature: 'serial'.", source: (0)
I/chromium(27494): [INFO:CONSOLE(0)] "Error with Permissions-Policy header: Unrecognized feature: 'usb'.", source: (0)
I/chromium(27494): [INFO:CONSOLE(0)] "Error with Permissions-Policy-Report-Only header: Unrecognized feature: 'xr-spatial-tracking'.", source: (0)

Anybody know the solution ?