Fujii Yosuke
Fujii Yosuke
I found a restart mode bug. If we use restart mode, `isPlaying()` function show a strange behavior. This is a sample code. ```js var sound; function preload() { sound =...
- これが原因でdidSetでaddNeumorphismを行うとinsertでviewがセットされなおす判定になるらしく(?)無限ループになるみたい - AutoLayoutと共存させるにはdidSetもしくはviewDidAppearで書く必要がある - これらを解決するにはshadowViewを保持して余分なものを追加しないようにするしかないがあまりきれいじゃないのでどうするべきか
**Idea Description** I implemented LicenseList plugin in #479 , and offered support of SPM in https://github.com/cybozu/LicenseList/issues/4 . And now, LicenseList officially supported BuildToolPlugin. So we should replace it. **Reference images...
I tried to rewrite LiveTranslationFeature into TCA (aligning it with the architecture of other features). And also add #93 and #95 features. https://github.com/user-attachments/assets/52bed38c-6e57-46ca-ad37-94bac3c41b00 I found an issue where the simulator...
I'll try it.
In iOS 18, tapping the current tab causes the scroll position to move to the top. For almost all views, this behavior is good, but on the Live Translate Tab,...