Junhao

Results 9 comments of Junhao

I guess the main problem is there have some empty space.

Maplibre and Mapbox have the same api. So you can use like this: ``` import { Map } from '@antv/l7-maps'; import { Scene } from '@antv/l7'; ....... const scene =...

使用的都是React Native原生组件实现的,理论上是能兼容的,我没有在很多安卓机上测试过

由于clear和addItemsWithHeight里面使用了setState,而setState是异步的,所以确实会存在这个问题,感谢提出Issues,抱拳了老铁

Looks like this issue happens on iPhone only, I tried it on my Android device, it works fine.

The issue is likely in [input-otp](https://github.com/guilhermerodz/input-otp). I also noticed the same issue in Shadcn/UI, which also uses [input-otp](https://github.com/guilhermerodz/input-otp).

> It happens to me too on Safari - iPhone, I think is the caret Yes, it looks like caret, I tried to hide whole input element, and it disappeared.

And also I found another funny issue, when my mouse is focused on the OTP component, the fan starts and the CPU usage up to 35%

Maybe you need "load-tile-set" event? ``` tilesRenderer.addEventListener( 'load-tile-set', () => { reorientationPlugin.transformLatLonHeightToOrigin(latRad, lonRad, height); }); ```