Skip to content
#

swipe

Here are 351 public repositories matching this topic...

wzxxzw
wzxxzw commented Jul 25, 2019

.英文不是很好,用的是nuxt.js,在刷新引入插件的页面会报window is not defined

// nuxt.config.js
plugins: [ {src: '~plugins/swiper',ssr: false} ],

//plugins文件夹下

import Vue from 'vue';
if (process.BROWSER_BUILD) {
const VueAwesomeSwiper = require('vue-awesome-swiper/dist/ssr');
Vue.use(VueAwesomeSwiper);
}

.vue文件
import { swiper, swiperSlide } from 'vue-awesome-swiper';
compone

lkesteloot
lkesteloot commented Sep 28, 2019

In my app I need to modify the drop position. If the item is hovering over position X, I need to say that the item will really drop in position Y, and have item Y open up so that it's visually clear to the user that this will happen.

iOS UITableView supports this with this delegate method.

FrankFundel
FrankFundel commented Apr 2, 2020

Current behaviour

When I update routes with setState({routes: [...]}); the TabView does not update its tabs.

Expected behaviour

TabView should dynamically update its routes.

Code sample

          <TabView
            navigationState={{ index: pageIndex, routes }}
            renderScene={({ route }) => {
              switch (route.key) {
                case 'track
bug
thomashandorf
thomashandorf commented Sep 29, 2017

when the label in the link is not in the current frame no effect will be seen.

The frame that contains the label should be made active.

if there are more than one label with the same name we should scroll to all of them.

IMPORTANT: this issue doesn’t have high priority. If this is too complex to implement we should discuss if there is an easy solution.

dengue8830
dengue8830 commented Dec 10, 2018

just copied the example swiper provided by the repo and it throws an Warning: Invalid argument supplied to oneOf, expected an instance of array. but the swiper works fine

my package.json

{
  "name": "taxitul",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start",
    "android": "react-native run-android",
   
nikotomad
nikotomad commented Mar 31, 2020

💅 Details

While implementing this slider at the office, I was navigating around the source files and saw three new props that weren't in the documentation & I was able to use ⚡️

I tried to open a branch for the pull request but it seems I wasn't allowed at this stage 😢

Would love to contribute! This would be my first contribution on Github Issues.

These props are:

  • draggable

Improve this page

Add a description, image, and links to the swipe topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the swipe topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.