Deniz Mersinlioğlu

Results 5 comments of Deniz Mersinlioğlu

This workaround works for me, I hope will help you too 🙏 Basically, - Disable the clustering and fit markers to the map. - Open clustering. ``` const [clusteringEnabled, setClusteringEnabled]...

@hokyungh @zhinang-amazon Thanks for your great effort. Is there any update on MediaSDK layer memory leaks?

You can call to `buttonBarView.reloadData()` after `moveToViewController(at: targetIndex, animated: false)` in order to remove highlight from first item. @mistahenry's solution works, however its loads target ViewController twice. It may create...

Hi, here is our workaround to the issue. TLDR: Use a background wrapper to stop click event propagation. ``` const Modal: React.FC = ({ visible }) => { const [showBackground,...