HTML 移動端框架,Framework7 1.4.0 發布

jopen 8年前發布 | 6K 次閱讀 Framework7

Framework7 或者叫 F7 是全功能的綁定 iOS 7 應用的 HTML 框架。Framework7 是免費開源的 HTML 移動端框架,用來開發混合移動端應用或者 iOS 7 的 Web 應用,并且帶有 iOS 7 的原生外觀和感覺。Framework7 也是獨立的原型應用工具。

Framework7 使用 Javascript,CSS 和 HTML 來創建 iOS 7 應用,支持多個平臺的遷移(PhoneGap),但是不是支持所有平臺,主要還是針對 iOS 7。

使用

1. Clone 或者下載 Framework7 庫

2. 修改 Kitchen Sink 綁定到應用中,或者從 dist/ 下的文件夾綁定

HTML 移動端框架,Framework7 1.4.0 發布

此版本更新內容如下:

  • 新增移動端友好  "Autocomplete" 組件

    </li>

  • 新增 "Progress Bar" 組件

    </li>

  • 新增 "Swipeable Tabs" 組件

    </li>

  • Material 主題

    </li>

    • materialPreloaderSvg parameter is deprectated and replaced with the new one materialPreloaderHtml

      </li>

    • Fixed issue with Notifications closing without animation in webkit browsers

      </li>

    • New "Scrollable Tabbar" Tabbar modification. Allows to swipe/scroll through tab links if they all don't fit into view

      </li>

    • New "Bottom Toolbar" Toolbar modification. It allows to use Toolbar on the bottom of screen instead of only on the top

      </li>

    • New "Speed dial" Floating Action Button transition when it shows additional action buttons by tapping on it

      </li>

    • New "Popover Morph" Floating Action Button transition when it morphs to Popover by tapping on it

      </li>

    • Reworked "Preloader" in favor of plain HTML elements animation instead of SVG which has visual issues on "slow" devices.

      </li> </ul>

    • Dom7

      </li>

      • Added option to trigger multiple events using space separated syntax .trigger('event1 event2 event3')

        </li> </ul>

      • Calendar

        </li>

        • Fixed Calendar dates ordering on iOS in Date Range Picker mode

          </li> </ul>

        • Swiper updated to latest 3.2.7 version:

          </li>