久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

  • <i id='Ur7xs'><tr id='Ur7xs'><dt id='Ur7xs'><q id='Ur7xs'><span id='Ur7xs'><b id='Ur7xs'><form id='Ur7xs'><ins id='Ur7xs'></ins><ul id='Ur7xs'></ul><sub id='Ur7xs'></sub></form><legend id='Ur7xs'></legend><bdo id='Ur7xs'><pre id='Ur7xs'><center id='Ur7xs'></center></pre></bdo></b><th id='Ur7xs'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='Ur7xs'><tfoot id='Ur7xs'></tfoot><dl id='Ur7xs'><fieldset id='Ur7xs'></fieldset></dl></div>

      <legend id='Ur7xs'><style id='Ur7xs'><dir id='Ur7xs'><q id='Ur7xs'></q></dir></style></legend>

      1. <small id='Ur7xs'></small><noframes id='Ur7xs'>

          <bdo id='Ur7xs'></bdo><ul id='Ur7xs'></ul>

        <tfoot id='Ur7xs'></tfoot>

        如何在 ionic2 中為 Web 應(yīng)用程序管理多個(gè)滑塊?

        How can manage multiple slider in ionic2 for web application?(如何在 ionic2 中為 Web 應(yīng)用程序管理多個(gè)滑塊?)
      2. <i id='HM35g'><tr id='HM35g'><dt id='HM35g'><q id='HM35g'><span id='HM35g'><b id='HM35g'><form id='HM35g'><ins id='HM35g'></ins><ul id='HM35g'></ul><sub id='HM35g'></sub></form><legend id='HM35g'></legend><bdo id='HM35g'><pre id='HM35g'><center id='HM35g'></center></pre></bdo></b><th id='HM35g'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='HM35g'><tfoot id='HM35g'></tfoot><dl id='HM35g'><fieldset id='HM35g'></fieldset></dl></div>
          <tfoot id='HM35g'></tfoot>

          <small id='HM35g'></small><noframes id='HM35g'>

            1. <legend id='HM35g'><style id='HM35g'><dir id='HM35g'><q id='HM35g'></q></dir></style></legend>

                <bdo id='HM35g'></bdo><ul id='HM35g'></ul>
                  <tbody id='HM35g'></tbody>

                  本文介紹了如何在 ionic2 中為 Web 應(yīng)用程序管理多個(gè)滑塊?的處理方法,對大家解決問題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                  問題描述

                  我有這樣的 html 用于幻燈片

                  它在移動(dòng)設(shè)備中工作.問題是當(dāng)我在 Firefox(也在 chrome 中)拖動(dòng)幻燈片 2 時(shí),幻燈片 1 也被拖動(dòng).不能單獨(dú)拖動(dòng)幻燈片 2.如何在瀏覽器中工作的 ionic 2 中制作 2 個(gè)完全獨(dú)立的滑塊

                  解決方案

                  更新感謝來自 Slack 頻道的@cookiecookson:

                  1. t

                    首先你需要安裝它

                    npm install angular2-swiper --save

                    然后將其導(dǎo)入到app.module.ts文件中(或者你想要的模塊中)

                    import { KSSwiperModule } from 'angular2-swiper';//...@NgModule({聲明:[...],進(jìn)口:[KSSwiperModule,...],引導(dǎo)程序:[...],入口組件:[..],供應(yīng)商:[...]})導(dǎo)出類 AppModule { }

                    然后在你的頁面中使用它.

                    組件代碼:

                    從'@angular/core'導(dǎo)入{組件};從離子角度"導(dǎo)入 { NavController };@零件({選擇器:'page-home',模板網(wǎng)址:'home.html'})導(dǎo)出類主頁 {public items_a: 數(shù)組<any>;public items_b: 數(shù)組<any>;公共選項(xiàng):任何;構(gòu)造函數(shù)(公共 navCtrl:NavController){這個(gè).items_a = [{游戲標(biāo)題:'Title1',游戲圖像:'http://via.placeholder.com/200x200'},{游戲標(biāo)題:'Title2',游戲圖像:'http://via.placeholder.com/200x200'},{游戲標(biāo)題:'Title3',游戲圖像:'http://via.placeholder.com/200x200'},{游戲標(biāo)題:'Title4',游戲圖像:'http://via.placeholder.com/200x200'},{游戲標(biāo)題:'Title5',游戲圖像:'http://via.placeholder.com/200x200'},{游戲標(biāo)題:'Title6',游戲圖像:'http://via.placeholder.com/200x200'},{游戲標(biāo)題:'Title7',游戲圖像:'http://via.placeholder.com/200x200'},{游戲標(biāo)題:'Title8',游戲圖像:'http://via.placeholder.com/200x200'},{游戲標(biāo)題:'Title9',游戲圖像:'http://via.placeholder.com/200x200'}];this.items_b = [{游戲標(biāo)題:'Title10',游戲圖像:'http://via.placeholder.com/200x200'},{游戲標(biāo)題:'Title11',游戲圖像:'http://via.placeholder.com/200x200'},{游戲標(biāo)題:'Title12',游戲圖像:'http://via.placeholder.com/200x200'},{游戲標(biāo)題:'Title13',游戲圖像:'http://via.placeholder.com/200x200'},{游戲標(biāo)題:'Title14',游戲圖像:'http://via.placeholder.com/200x200'},{游戲標(biāo)題:'Title15',游戲圖像:'http://via.placeholder.com/200x200'},{游戲標(biāo)題:'Title16',游戲圖像:'http://via.placeholder.com/200x200'},{游戲標(biāo)題:'Title17',游戲圖像:'http://via.placeholder.com/200x200'},{游戲標(biāo)題:'Title18',游戲圖像:'http://via.placeholder.com/200x200'}];this.options = {slidesPerView: 3}}}

                    查看:

                    <ion-header><離子導(dǎo)航欄><離子標(biāo)題>多張幻燈片</離子標(biāo)題></離子導(dǎo)航欄></離子頭><離子含量填充><ks-swiper-container [options]="options"><ks-swiper-slide *ngFor="讓items_a滑動(dòng)"><ion-card class="list-card"><div class="cardInnerWrap"><離子項(xiàng)目>{{ slide.gameTitle }}</離子項(xiàng)目><img src="{{ slide.gameImage }}"></div></離子卡></ks-swiper-slide></ks-swiper-container><ks-swiper-container [options]="options"><ks-swiper-slide *ngFor="讓items_b滑動(dòng)"><ion-card class="list-card"><div class="cardInnerWrap"><離子項(xiàng)目>{{ slide.gameTitle }}</離子項(xiàng)目><img src="{{ slide.gameImage }}"></div></離子卡></ks-swiper-slide></ks-swiper-container></離子含量>

                    I have html like this for slides

                    <ion-slides   [pager]="false" slidesPerView="6" #slider_a>
                            <ion-slide  *ngFor="let slide of  items_a " #ddd>
                                <ion-card class="list-card" >
                                    <div class="cardInnerWrap">
                                        <ion-item>
                                          {{slide.gameTitle}}
                                        </ion-item>
                                         <img src="{{slide.gameImage}}">
                    
                                    </div>
                                </ion-card>
                            </ion-slide>
                    </ion-slides>
                    
                    <ion-slides   [pager]="false" slidesPerView="6" #slider_b>
                            <ion-slide  *ngFor="let slide of  items_b " #ddd>
                                <ion-card class="list-card" >
                                    <div class="cardInnerWrap">
                                        <ion-item>
                                          {{slide.gameTitle}}
                                        </ion-item>
                                         <img src="{{slide.gameImage}}">
                    
                                    </div>
                                </ion-card>
                            </ion-slide>
                    </ion-slides>
                    

                    its working in mobile device. problem is when i drag slide 2 in Firefox(also in chrome) , slide 1 also getting dragged. cant drag slide 2 alone. How can i make 2 completely independent slider in ionic 2 that work in browser

                    解決方案

                    Update Thanks to @cookiecookson from Slack channel:

                    1. link to the github issue
                    2. link to a PR that fixes this issue (not yet merged as of 27/06/2017)


                    Seems like it's a bug in Ionic's implementation of the Swiper wrapper. One way to solve it would be to use another wrapper for the Swiper library, just like this one. You can find a demo app in this github repo.

                    The end result will be something like this:

                    t

                    First you'd need to install it

                    npm install angular2-swiper --save
                    

                    Then import it in the app.module.ts file (or in the module you want)

                    import { KSSwiperModule } from 'angular2-swiper';
                    
                    // ...
                    
                    @NgModule({
                      declarations: [...],
                      imports: [KSSwiperModule, ...],
                      bootstrap: [...],
                      entryComponents: [..],
                      providers: [...]
                    })
                    export class AppModule { }
                    

                    And then just use it in your page.

                    Component code:

                    import { Component } from '@angular/core';
                    import { NavController } from 'ionic-angular';
                    
                    @Component({
                      selector: 'page-home',
                      templateUrl: 'home.html'
                    })
                    export class HomePage {
                    
                      public items_a: Array<any>;
                      public items_b: Array<any>;
                    
                      public options: any;
                    
                      constructor(public navCtrl: NavController) {
                        this.items_a = [
                          { gameTitle: 'Title1', gameImage: 'http://via.placeholder.com/200x200' },
                          { gameTitle: 'Title2', gameImage: 'http://via.placeholder.com/200x200' },
                          { gameTitle: 'Title3', gameImage: 'http://via.placeholder.com/200x200' },
                          { gameTitle: 'Title4', gameImage: 'http://via.placeholder.com/200x200' },
                          { gameTitle: 'Title5', gameImage: 'http://via.placeholder.com/200x200' },
                          { gameTitle: 'Title6', gameImage: 'http://via.placeholder.com/200x200' },
                          { gameTitle: 'Title7', gameImage: 'http://via.placeholder.com/200x200' },
                          { gameTitle: 'Title8', gameImage: 'http://via.placeholder.com/200x200' },
                          { gameTitle: 'Title9', gameImage: 'http://via.placeholder.com/200x200' }
                        ];
                    
                        this.items_b = [
                          { gameTitle: 'Title10', gameImage: 'http://via.placeholder.com/200x200' },
                          { gameTitle: 'Title11', gameImage: 'http://via.placeholder.com/200x200' },
                          { gameTitle: 'Title12', gameImage: 'http://via.placeholder.com/200x200' },
                          { gameTitle: 'Title13', gameImage: 'http://via.placeholder.com/200x200' },
                          { gameTitle: 'Title14', gameImage: 'http://via.placeholder.com/200x200' },
                          { gameTitle: 'Title15', gameImage: 'http://via.placeholder.com/200x200' },
                          { gameTitle: 'Title16', gameImage: 'http://via.placeholder.com/200x200' },
                          { gameTitle: 'Title17', gameImage: 'http://via.placeholder.com/200x200' },
                          { gameTitle: 'Title18', gameImage: 'http://via.placeholder.com/200x200' }
                        ];
                    
                        this.options = {
                          slidesPerView: 3
                        }
                      }
                    
                    }
                    

                    View:

                    <ion-header>
                        <ion-navbar>
                            <ion-title>
                                Multiple slides
                            </ion-title>
                        </ion-navbar>
                    </ion-header>
                    
                    <ion-content padding>
                    
                        <ks-swiper-container [options]="options">
                            <ks-swiper-slide *ngFor="let slide of items_a">
                                <ion-card class="list-card">
                                    <div class="cardInnerWrap">
                                        <ion-item>
                                            {{ slide.gameTitle }}
                                        </ion-item>
                                        <img src="{{ slide.gameImage }}">
                                    </div>
                                </ion-card>
                            </ks-swiper-slide>
                        </ks-swiper-container>
                    
                        <ks-swiper-container [options]="options">
                            <ks-swiper-slide *ngFor="let slide of items_b">
                                <ion-card class="list-card">
                                    <div class="cardInnerWrap">
                                        <ion-item>
                                            {{ slide.gameTitle }}
                                        </ion-item>
                                        <img src="{{ slide.gameImage }}">
                                    </div>
                                </ion-card>
                            </ks-swiper-slide>
                        </ks-swiper-container>
                    
                    </ion-content>
                    

                    這篇關(guān)于如何在 ionic2 中為 Web 應(yīng)用程序管理多個(gè)滑塊?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                    【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請聯(lián)系我們刪除處理,感謝您的支持!

                  相關(guān)文檔推薦

                  Use IScroll in Angular 2 / Typescript(在 Angular 2/Typescript 中使用 IScroll)
                  anime.js not working in Ionic 3 project(Anime.js 在 Ionic 3 項(xiàng)目中不起作用)
                  Ionic 3 - Update Observable with Asynchronous Data(Ionic 3 - 使用異步數(shù)據(jù)更新 Observable)
                  Angular 2: file not found on local .json file(Angular 2:在本地 .json 文件中找不到文件)
                  In Ionic 2, how do I create a custom directive that uses Ionic components?(在 Ionic 2 中,如何創(chuàng)建使用 Ionic 組件的自定義指令?)
                  Use ViewChild for dynamic elements - Angular 2 amp; ionic 2(將 ViewChild 用于動(dòng)態(tài)元素 - Angular 2 amp;離子2)
                  <legend id='9hCVq'><style id='9hCVq'><dir id='9hCVq'><q id='9hCVq'></q></dir></style></legend>
                      • <bdo id='9hCVq'></bdo><ul id='9hCVq'></ul>
                      • <small id='9hCVq'></small><noframes id='9hCVq'>

                          <tbody id='9hCVq'></tbody>
                      • <tfoot id='9hCVq'></tfoot>
                        <i id='9hCVq'><tr id='9hCVq'><dt id='9hCVq'><q id='9hCVq'><span id='9hCVq'><b id='9hCVq'><form id='9hCVq'><ins id='9hCVq'></ins><ul id='9hCVq'></ul><sub id='9hCVq'></sub></form><legend id='9hCVq'></legend><bdo id='9hCVq'><pre id='9hCVq'><center id='9hCVq'></center></pre></bdo></b><th id='9hCVq'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='9hCVq'><tfoot id='9hCVq'></tfoot><dl id='9hCVq'><fieldset id='9hCVq'></fieldset></dl></div>

                            主站蜘蛛池模板: 午夜午夜精品一区二区三区文 | 久久成| 特黄色一级毛片 | 黄色大片在线免费观看 | 最近中文字幕第一页 | 国产欧美在线播放 | 国产精品二区三区 | 国产成人99久久亚洲综合精品 | 国产精品区二区三区日本 | 狠狠色综合久久婷婷 | 国产一区二区不卡 | 黄色网页在线 | 天天色官网 | 日韩超碰 | 日韩综合 | 欧美日韩亚洲国产 | 久久亚洲国产精品 | 国产成人免费在线观看 | 国产伦精品一区二区三区四区视频 | 日韩精品专区在线影院重磅 | 国产精品久久久久久婷婷天堂 | 国产小u女发育末成年 | 91麻豆产精品久久久久久 | 欧美精产国品一二三区 | av黄色在线 | 午夜小视频在线播放 | 久久久久久国产精品 | 99综合| 99视频在线播放 | 天天拍夜夜爽 | 亚洲最大看片网站 | 97精品超碰一区二区三区 | 久久小视频 | 草久久久 | 91高清视频在线观看 | 天天操操操操操 | 欧美11一13sex性hd | 天堂资源视频 | 韩日在线视频 | 一区二区免费在线视频 | 北条麻妃99精品青青久久主播 |