Relative Content

Tag Archive for androidandroid-jetpack-composeandroid-input-method

Using custom input method in compose 1.7.0 and above

I was using LocalTextInputService and TextInputService to show my own custom input TextField in app. But they are deprecated in compose 1.7.0 and as result CoreTextField is stopped receiving LocalTextInputService.current
Before 1.7.0 it was:

Using custom input method in compose 1.7.0 and above

I was using LocalTextInputService and TextInputService to show my own custom input TextField in app. But they are deprecated in compose 1.7.0 and as result CoreTextField is stopped receiving LocalTextInputService.current
Before 1.7.0 it was:

Using custom input method in compose 1.7.0 and above

I was using LocalTextInputService and TextInputService to show my own custom input TextField in app. But they are deprecated in compose 1.7.0 and as result CoreTextField is stopped receiving LocalTextInputService.current
Before 1.7.0 it was: