rotorgames / Rg.Plugins.Popup

Xamarin Forms popup plugin
MIT License
1.15k stars 336 forks source link

I have a problem where the keyboard closes when I move the focus from Entry 1 to Entry 2. #768

Open LISPos opened 6 months ago

LISPos commented 6 months ago

I have a problem where the keyboard closes when I move the focus from Entry 1 to Entry 2.

The state changes of the keyboard are as follows:

Entry 1 Focused > Entry 1 Unfocused > Entry 2 Focused Open > Close > Open > Close

As the focus moves to Entry 2, the keyboard opens briefly and closes quickly.

Have you experienced the same problem as me?

Could I get some advice?

thank you

rg.plugin.popup: 2.1.0 xamarin forms: 5.0.0.2515 android target:11 (api 30)