DeKu

Results 16 comments of DeKu

> does this error only occur with setEngine? @dlutton I'm not sure. Yesterday, I got 3 reports. ![Screen Shot 2021-12-10 at 7 47 57](https://user-images.githubusercontent.com/42969906/145488078-bb790bd8-07ee-441f-995e-c53c9836a038.jpg) - Galaxy Note10+ 5G / Android...

@dlutton I service the app for Korean. 🇰🇷 And Galaxy in Korea doesn't have GoogleTTS initially. 😭 So, I have checking the engine logic like below. ```dart if (await tts.getDefaultEngine...

@dlutton > Today, I will try to remove the logic and test it to make sure the crashes occur in `setEngine`. 🔬 I tested it. And there are no crash...

Hi, @Hanafubuki Have you ever checked the example code? https://github.com/dev-yakuza/react-native-image-modal/blob/main/Example/App.tsx#L278-L319 https://user-images.githubusercontent.com/42969906/164380887-689fe84d-3fb0-4179-9003-3da5e6b49a91.mov It looks fine 🤔

Hi @jawang94 Is it related to https://github.com/dev-yakuza/react-native-image-modal/issues/30#issuecomment-744408824? 🤔 Let me know you can solve your problem with the link or not! Thanks

> Follow up question, I saw in another ticket there were plans to add options to adjust the speed/easing of animations. Any estimate on this? Yes, I will implement it...

I tested it. It is weird as you say. sometimes, pinch-to-zoom works well. I mean I can zoom to fingers center, not image center, but sometimes, pinch-to-zoom just zooms image...

@kinkin626 Thanks for using this library. I'm so sorry, But I don't have any plan to add the multiple-image slider. Because I want to keep this simple. If you want...

Hi, @dbotman ✋ > Is there an option or what is the best way to use auto height? I'm sorry that this library doesn't support the auto height option. 😭...

> Hi @dev-yakuza, > > Thanks for your answer. > > Correct me if i'm wrong, when you use Image.getSize before loading the Image Modal then you download the picture...