---
title: "detectTextFieldTapGestures"
type: "function"
---
## API Reference

### detectTextFieldTapGestures

> Source set: Common

```kotlin
expect suspend fun TextFieldSelectionState.detectTextFieldTapGestures(
    pointerInputScope: PointerInputScope,
    interactionSource: MutableInteractionSource?,
    requestFocus: () -> Unit,
    showKeyboard: () -> Unit,
)
```
