Telegram-Mini-Apps / TelegramUI

Ultimate UI developer toolkit for Telegram Mini Apps
https://ton.org/mini-apps
MIT License
38 stars 4 forks source link

Bugs with components #15

Open bshelkhonov opened 2 weeks ago

bshelkhonov commented 2 weeks ago

Hello. I found some bugs related to components:

  1. Accordion has line under summary in IOS platform: https://tgui.xelene.me/?path=/docs/blocks-accordion--documentation

    image
  2. Accordion, Cell and maybe other components stay colored after touch on base platform on touchscreen devices : https://tgui.xelene.me/?path=/docs/blocks-accordion--documentation ScreenRecording2024-04-12at13 03 16-ezgif com-video-to-gif-converter

bshelkhonov commented 2 weeks ago
  1. Accordin.Summary prop before not working: https://github.com/XeleneStudio/TelegramUI/blob/d60e5768f0524ef03fd107d1172f572dd8948bf3/src/components/Blocks/Accordion/components/AccordionSummary/AccordionSummary.tsx#L21 - it is declared but not used