# The inputText has no response when I click it the second time

**URL:** https://forum.babylonjs.com/t/the-inputtext-has-no-response-when-i-click-it-the-second-time/38335
**Category:** Questions
**Created:** [February 18, 2023, 6:04am UTC](https://forum.babylonjs.com/t/the-inputtext-has-no-response-when-i-click-it-the-second-time/38335 "2023-02-18T06:04:37Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Yang\_Yu](https://sea2.discourse-cdn.com/flex024/user_avatar/forum.babylonjs.com/yang_yu/32/28548_2.png) [@Yang\_Yu](https://forum.babylonjs.com/u/Yang_Yu)
#### Post date: [February 18, 2023, 6:04am UTC](https://forum.babylonjs.com/t/the-inputtext-has-no-response-when-i-click-it-the-second-time/38335/1 "2023-02-18T06:04:37Z")

</div>

After I click the inputText and input some characters, when I click the inputText for the second time, the inputText gives no response. This only happens on mobile.

---

<div class="post-metadata">

### Author: ![mawa](https://sea2.discourse-cdn.com/flex024/user_avatar/forum.babylonjs.com/mawa/32/12384_2.png) [@mawa](https://forum.babylonjs.com/u/mawa)
#### Post date: [February 18, 2023, 8:07am UTC](https://forum.babylonjs.com/t/the-inputtext-has-no-response-when-i-click-it-the-second-time/38335/2 "2023-02-18T08:07:13Z")

</div>

Hi, Would you have a PG to share?  
I guess you know the inputText is made of two parts: the inputText(block) and the input.text.  
May be you are selecting just the block and not the value for input.text? Did you try to tap twice?  
What happens exactly? You cannot enter a new text or the text doesn’t select/focus?  
When you say mobile, is it all mobile or just iOS?

---

<div class="post-metadata">

### Author: ![carolhmj](https://sea2.discourse-cdn.com/flex024/user_avatar/forum.babylonjs.com/carolhmj/32/25918_2.png) [@carolhmj](https://forum.babylonjs.com/u/carolhmj)
#### Post date: [February 23, 2023, 1:48pm UTC](https://forum.babylonjs.com/t/the-inputtext-has-no-response-when-i-click-it-the-second-time/38335/3 "2023-02-23T13:48:32Z")

</div>

Yeah without more information it will be **very** difficult to help 🙂

---

<div class="post-metadata">

### Author: ![Yang\_Yu](https://sea2.discourse-cdn.com/flex024/user_avatar/forum.babylonjs.com/yang_yu/32/28548_2.png) [@Yang\_Yu](https://forum.babylonjs.com/u/Yang_Yu)
#### Post date: [February 24, 2023, 1:15am UTC](https://forum.babylonjs.com/t/the-inputtext-has-no-response-when-i-click-it-the-second-time/38335/4 "2023-02-24T01:15:51Z")

</div>

Never mind, I’ve used a walk around for now.
