久久久久久久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 應用程序管理多個滑塊?

        How can manage multiple slider in ionic2 for web application?(如何在 ionic2 中為 Web 應用程序管理多個滑塊?)
      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 應用程序管理多個滑塊?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我有這樣的 html 用于幻燈片

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

                  解決方案

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

                  1. t

                    首先你需要安裝它

                    npm install angular2-swiper --save

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

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

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

                    組件代碼:

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

                    查看:

                    <ion-header><離子導航欄><離子標題>多張幻燈片</離子標題></離子導航欄></離子頭><離子含量填充><ks-swiper-container [options]="options"><ks-swiper-slide *ngFor="讓items_a滑動"><ion-card class="list-card"><div class="cardInnerWrap"><離子項目>{{ slide.gameTitle }}</離子項目><img src="{{ slide.gameImage }}"></div></離子卡></ks-swiper-slide></ks-swiper-container><ks-swiper-container [options]="options"><ks-swiper-slide *ngFor="讓items_b滑動"><ion-card class="list-card"><div class="cardInnerWrap"><離子項目>{{ slide.gameTitle }}</離子項目><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>
                    

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

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

                  相關文檔推薦

                  Use IScroll in Angular 2 / Typescript(在 Angular 2/Typescript 中使用 IScroll)
                  anime.js not working in Ionic 3 project(Anime.js 在 Ionic 3 項目中不起作用)
                  Ionic 3 - Update Observable with Asynchronous Data(Ionic 3 - 使用異步數據更新 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 中,如何創建使用 Ionic 組件的自定義指令?)
                  Use ViewChild for dynamic elements - Angular 2 amp; ionic 2(將 ViewChild 用于動態元素 - 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永久一区一区 | 精品国产精品三级精品av网址 | 免费毛片视频 | 九九视频在线 | 成年网站在线观看 | 精品视频在线免费 | 国产激情一区二区三区 | 亚洲天堂2014 | 性做久久 | 国产精品成人在线 | 在线视频99 | 日韩午夜在线 | 日韩免费视频一区二区 | 成年人午夜视频 | 欧美超碰在线 | 中文字幕亚洲一区 | 欧美香蕉视频 | 黄色网址在线免费观看 | 成人激情在线观看 | 成人国产精品视频 | 欧美性久久 | 亚洲在线一区 | 国产精品手机在线观看 | 国产精品毛片av | 国产欧美精品一区二区色综合 | 国产又粗又黄又爽又硬的视频 | 日韩在线一区二区三区 | 九九热在线视频 | 成人a级片 | 三级福利视频 | 在线观看欧美日韩 | 欧美三级欧美一级 | 色妞色视频一区二区三区四区 | 日韩国产在线观看 | 日本免费一级 | 亚洲精品一区二区三区精华液 | 婷婷视频在线 | 黄色国产精品 | 精品一区二区免费视频 | 黄色三级在线观看 |