Closed kisaragi99 closed 3 weeks ago
The problem is not in the template nor in the SDK. It is the intended behavior implemented by the Telegram developers.
The other question is "why?"
Thank you for clarification. If it is intended - I do not have any questions.
The reason can possible be a different Telegram client version on the older devices.
Maybe it is somehow related to the newer iOS versions. I don't really know. Will be looking for solutions the next month
Telegram Application
Telegram for iOS
Describe the Bug
When we do upward scroll (pull) we reach the bottom of the page and the bottom of the page lifts as well.
Devices tested:
Iphone 15pro - BUG
Iphone 13 - BUG
Iphone 7 - NO BUG
Android Phone - NO BUG
Videos from Iphone 15pro
https://github.com/user-attachments/assets/e7063ee3-e5f7-421c-aeb5-a4e7cdc93fc8
https://github.com/user-attachments/assets/70b233a3-6e36-446f-904e-b86d46dd057a
Used this to change background color on the video: postEvent('web_app_set_background_color', { color: '#53FF73' });
https://github.com/user-attachments/assets/db28f348-e817-4a62-904b-9da4eb5803f7
To Reproduce
Steps to reproduce the behavior: repo: https://github.com/Telegram-Mini-Apps/reactjs-template
1) Install and run this template. 2) Try to do upward scroll (pull your finger from bottom to the top)
Expected Behavior
Bottom of the page should not be lifted.