You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Incorrect processing of removing focus from input on android devices. As the result, styles and meta tag "viewport" is still for focused input, but cupertino is closed. I have tried to make input blur before closing pane, but it is not working
Steps to reproduce the behavior:
Open cupertino with input inside
Focus on input
Press hand made close button
Meta tag
Some screens:
Expected behavior:
Removing all styles on blur
Device: Samsung Galaxy S22 Ultra
OS: Android 13
Browser: Chrome
Browser version: 114.0.5735.196
Cupertino version: 1.3.41
The text was updated successfully, but these errors were encountered:
Incorrect processing of removing focus from input on android devices. As the result, styles and meta tag "viewport" is still for focused input, but cupertino is closed. I have tried to make input blur before closing pane, but it is not working
Steps to reproduce the behavior:
Some screens:
![image](https://private-user-images.githubusercontent.com/68498236/254856714-73444bc6-d3e3-4d76-815e-a8cae8b699f0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0Nzk3MzksIm5iZiI6MTczOTQ3OTQzOSwicGF0aCI6Ii82ODQ5ODIzNi8yNTQ4NTY3MTQtNzM0NDRiYzYtZDNlMy00ZDc2LTgxNWUtYThjYWU4YjY5OWYwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDIwNDM1OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg0YjI4Zjk1NjE4Y2ZkOGZkYjRkNGUwYjQ0NGIxZmNlMTVmYmM3YjRhZDkyNjVmYjczNDNiYzU4MzMxNTg2YjUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.5tAZ92lH1-SSUsRraE4Ay44satWUgVJ_N82ZvpYOIYE)
![image](https://private-user-images.githubusercontent.com/68498236/254856763-b9161da2-941b-4842-b61d-d3cc64124e23.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0Nzk3MzksIm5iZiI6MTczOTQ3OTQzOSwicGF0aCI6Ii82ODQ5ODIzNi8yNTQ4NTY3NjMtYjkxNjFkYTItOTQxYi00ODQyLWI2MWQtZDNjYzY0MTI0ZTIzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDIwNDM1OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTVmZDYxOWU2NWQwOWRmYTQxZWUwOTMyNjlmM2M4YjJmZGViOWVkYmE0M2M3ZmU3MzkxM2VlZDQxYWEyYjZiMzYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.dPnfe8WS4i1kt1uYz_u-eublXV8O4BFjCrTkAxXJhyQ)
Expected behavior:
Removing all styles on blur
The text was updated successfully, but these errors were encountered: