-
https://github.com/citeFred/nest-js-board-frontend/pull/16#issue-2540054206
해당 샘플 기능 구현 코드를 참고하시길 바랍니다.
현재 버전 IONIC에서는 기본 태그가 삭제되어 사용이 불가능하여 Swiper API를 통해 구현해야 합니다.
-
### Clear and concise description of the problem
In a `npx create-next-app@latest` boilerplate add this component
```js
'use server'
import { register } from 'swiper/element';
register();
…
-
I want to work on this issue under JWOC.
kindly assign this to me.
-
-
### Bug Report: Card Swiping Issue on iOS
#### Issue Description:
On iOS, when swiping a card and quickly tapping the next card before the previous one is fully swiped away, the next card is unint…
-
When swiper.js works, an error occurs in which the other does not work. When implementing modal container, JavaScript was executed even before html was read, and Javascript was placed at the back. i t…
-
**Replace the text below with the details of the issue you are facing.
DO NOT simply erase the form and type a free-form response.**
-----
### Issue Summary
A summary of the issue and the br…
-
Hi,
What is your opinion about changing [slick.js](https://kenwheeler.github.io/slick/) to [swiper.js](https://idangero.us/swiper/).
It's more complex and has better documentation.
It also can be…
-
https://swiperjs.com/api/
Swiper has this option called noSwipingClass that defines a class, that disables touch event listeners on elements of the slide with that class. Does tiny-swiper have anythi…
-
### 检查清单
- [X] 已经搜索过,没有发现类似 issue。
- [X] 已经阅读 hexo 官方文档,未发现原生支持。
### 需求描述
## 想法来源
昨天在开发主题时,给局域网的设备访问,由于局域网并没有开启 "正确" 上网方式,导致使用 cdnjs 引用的 js 和 css 文件无法正常加载,为此想到了为何不在加载失败后切回本地文件呢?
## 实现原…
Tikas updated
5 months ago