MichaelSSY

Results 9 issues of MichaelSSY

When I set up the carousel type carousel chart, it always shows three. However, it has been set to the carousel: valueforoption: withdefault: proxy method, and icalouseloptionvisible items returns 7,...

When I set the carousel type carousel chart, it always shows three graphs, which have been set carousel:valueForOption : withdefault: proxy method, and icalouseloptionvisibleitems returns 7, but there are still...

FAULT: determined it was necessary to configure to support remote view vibrancy ![image](https://github.com/vvkeep/JSONConverter/assets/17715591/48b3c5dc-4d5c-4b33-97c7-5ec7a574fa18)

- [x] I have read the [Getting Started](https://inappwebview.dev/docs/intro/) section - [x] I have already searched for the same problem ## Environment | Technology | Version | |-----------------------| ------------- | |...

bug

I want to use thetag to reference local image resources in Flutter, and then load them using the InAppWebView component, but the image is not displayed. Expected to display the...

bug

I encountered two serious issues in eContentSizeChanged: 1. The height of newContentSize is sometimes accurate and sometimes inaccurate, especially when mixed with Flutter components, which often results in a severe...

bug

The web project did not receive the onLoadStop callback, as well as the addJavaScriptHandler and evaluateJavascript methods

bug

Xcode版本:16.3 同样的播放地址,在低于iOS18手机上运行播放能成功,在iOS18以上的手机运行播放就失败。

### 请描述遇到的问题,以及您所期望的正确的结果 flutter version: 3.10.6 iOS : swift 一个原生控制器,上半部分是原生的,下半部分嵌入一块FBFlutterViewContainer,当返回时该原生控制器走了deinit,但是 FBFlutterViewContainer没有走 dealloc 。期望 FBFlutterViewContainer 能够正常释放。 ### 请说明如何操作会遇到上述问题 _No response_ ### 在下面填入关键复现代码 // // NativeViewController.swift // Runner // // Created by Apple...