Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

The navbar icons is zoom with the next icon too

Đang mở
#4,358 1 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
3/5
Thời gian dự kiến
1-2 ngày
Mức phù hợp với người mới
48/100
Loại issue
Lỗi
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Ít trao đổi
Công nghệ
javascript
Lĩnh vực
frontend, mobile

Hướng nghiên cứu

Tái hiện vấn đề trong ví dụ navbar của Framework7 được liên kết ở chế độ xem trên thiết bị di động, so sánh chế độ bình thường với theme iOS. Kiểm tra các kiểu của biểu tượng navbar và hành vi tương tác xung quanh các biểu tượng liền kề; hoàn tất khi việc phóng to một biểu tượng không còn ảnh hưởng đến biểu tượng tiếp theo.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

Before update to 8+ version this was worked, but currently the navbar icons are just zooming but it affect the next icon too. Please check the following code and video

...
    <div class="navbar navbar-transparent">
      <div class="navbar-bg"></div>
      <div class="navbar-inner">
        <div class="left">
          <div class="padding-left">
            <div @click="${subscribeOrProLink}">
              <div class="text-align-center">
                <img src="${proImage}" class="homeIcon"/>
                <div class="homeText trPro">Pro</div>
              </div>         
            </div>
          </div>
          
          <div class="padding-left">
            <div @click="${preShareApp}">
              <div class="text-align-center">
                <img src="${shareImage}" class="homeIcon"/>
                <div class="homeText trShare">Share</div>
              </div>
          
            </div>
          </div>
        </div>

        <div class="right">
          <div class="padding-left padding-right">
            <div @click="${showLanguageSlectPopup}" class="homeLink touchable-img">
              <div class="text-align-center">
                <img src="${translateIcon}" class="homeIcon"/>
                <div class="homeText trTranslate">Translate</div>
              </div>
          
            </div>
          </div>
        </div>
       
      </div>
    </div>
...

https://github.com/user-attachments/assets/a41016c5-0ab0-4444-9d97-e8ea121bf7c8

Also this issue is available in your navbar example, url is
https://framework7.io/docs-demos/core/navbar-hide-on-scroll?theme=md&mode=light
Note: Working in normal mode, you can see the problem in mobile view only. I think this style is applied from ios theme

Please check the video below

https://github.com/user-attachments/assets/f8b15902-d9a6-4f1c-9bae-fa727fc1fff7

Ngôn ngữ chính
JavaScript
Star
18.8k
Fork
3.2k
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của framework7io/framework7

Tất cả issue của framework7io/framework7

Issue tương tự

Thêm issue về JavaScript

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.