swipe
Here are 355 public repositories matching this topic...
-
[] bug
-
[x ] enhancement
-
feature-discussion (RFC)
-
Swiper Version: 5.2.1
I ran into the same issue with lazy loading breaking srcset media conditions as: nolimits4web/swiper#2499
The solution for me was to use the data-sizes attribute instead of the regular sizes attribute. This isn't documented in the API however
.英文不是很好,用的是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
Which OS ?
Windows - Expo - Chrome
Version
Which versions are you using:
- react-native-swiper v1.6.0-rc.3
"expo": "~37.0.3",
"react": "~16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
Expected behaviour
Swipe right and dot active update
Actual behaviour
Swipe right and dot active not updated, the first dot i
- I have searched [#979](https://github.com/ptomasr
-
Updated
Jun 21, 2020 - Swift
-
Updated
Nov 19, 2019 - Java
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.
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
@alvarotrigo The ReadMe file says that,
But if you make navigation property to true then nothing happens, as in the screen shot there is nothing in the right side of browser window,


If the responsiveWidth setting is used, the dragAndMove vertical should be disabled. As of now the responsiveWidth setting is ignored when dragAndMove is used.
Also it would be nice to set dragAndMove options per viewport (its just a suggestion and in no way is implemented in fullpage.js yet):