Maurice Parrish

Results 62 comments of Maurice Parrish
trafficstars

@sapphire008 This issue is only tracking support for Android and iOS.

This can be closed since the plugin now covers basic support of the client side for Android and iOS.

This is blocked by the `ProxyApi` update for Android and iOS. https://github.com/flutter/packages/pull/7794 updates Android, and a similar PR for iOS will follow shortly.

This PR doesn't allow me to edit so I took over this feature with: https://github.com/flutter/packages/pull/9150. Closing.

@lenzpaul The analyze error should have been fixed by https://github.com/flutter/packages/pull/8344/files. You should be able to merge in main to fix it.

@yaakovschectman I haven't made any major changes to WebView on Android for at least of few months while I've been working on improving the code generation.

This looks like it could potentially be a permissions issue. We call `WebSettings.setAllowFileAccess` in [AndroidWebVIewController.loadFile](https://github.com/flutter/packages/blob/main/packages/webview_flutter/webview_flutter_android/lib/src/android_webview_controller.dart#L376). Potentially [setAllowContentAccess](https://developer.android.com/reference/android/webkit/WebSettings#setAllowContentAccess(boolean)) needs to be callled. However, I'm not sure why it would stop working...

@ruicraveiro It looks like the `camera_android_camerax` [ProxyApi update](https://github.com/flutter/packages/pull/8618) broke your changes to that plugin. If you are still working on this, let me know if you need help updating that...

Hi @jdeltoft, I've also been working on something similar while we decide on the solution we implement in the camera plugin. I use ``` Widget _buildCameraPreview() { return Container( color:...

Hi @tapizquent @mklim recently improved resolution presets to have consistent sizes with https://github.com/flutter/plugins/pull/1952. More information can be found here ~https://pub.dev/documentation/camera/latest/camera/ResolutionPreset-class.html~ https://pub.dev/documentation/camera_platform_interface/latest/camera_platform_interface/ResolutionPreset.html I'm also going to close this issue since it...