touch
Here are 412 public repositories matching this topic...
- Framework7 version: 5.5.5
- Vue.js version: 2.6.11
- Platform and Target: Desktop
- JSFiddle: https://jsfiddle.net/c5ns7fa1/
Describe the bug
I found that if an item of a simple list contains sub-components, they were regenerated after the component containing the list is mounted.
Is this a bug or simply a misuse of a simple list?
To Reproduce
Steps to reproduce the behavio
-
Updated
Jun 23, 2020 - TypeScript
-
Updated
Jan 3, 2019 - JavaScript
-
Updated
Jun 22, 2020 - JavaScript
-
Updated
Mar 29, 2019 - JavaScript
I want to have a sleep button
I don't want to activate it by accident
I need more space around the button
{ "type": "sleep", "width": 44, "padding": "20" },
-
Updated
Jun 25, 2017 - JavaScript
-
Updated
Oct 30, 2019 - JavaScript
const zingPan = new ZingTouch.Pan({
numInputs: 1,
threshold: 1,
});
zingTouchActiveRegion.bind(this.canvasElement, zingPan, (e) => {
});
What should I do to get the pan end event?
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.
Did you thing about a systemd service? Something like:
[Unit]
Description=vmtouch
Documentation=https://github.com/hoytech/vmtouch/blob/master/vmtouch.pod
DefaultDependencies=no
After=local-fs.target
Conflicts=shutdown.target
Before=shutdown.target
[Service]
EnvironmentFile=/etc/default/vmtouch
ExecStart=/usr/bin/vmtouch $VMTOUCH_OPTIONS $VMTOUCH_FILES
[Install]
WantedBy=local
why did you skip the onTap callback in version 5? Is there an easy way to create the onTap functionality, when dragging didn't take place?
-
Updated
Jun 25, 2017 - Java
-
Updated
Dec 18, 2019 - Objective-C
Hello, it would be great if you could add some 3d text models. Thanks in advance :-)
-
Updated
Jun 20, 2020 - Java
-
Updated
Aug 30, 2018 - JavaScript
中文用户注意:
- 尽量用英文描述你的 issue
- 不要把内容堆彻在标题上,逻辑清晰地写在内容区
- 贴代码要提前格式化好,有颜色高亮那种,贴文本,不要贴图片
- 提问题前,必须仔细阅读 REMADE.md + 在已关闭的问题中寻找与自身相关的问题,90% 的可能它已经被解决
- 如果无法做到提一个合格、优秀的问题,则问题会被 close + block
BUG REPORT TEMPLATE
Vue.js version and component version
Reproduction Link
- A minimal JSBin, JSFiddle, Codepen, or a GitHub repository that can reproduce the bug.
- You coul
-
Updated
Jan 6, 2020 - Java
Improve this page
Add a description, image, and links to the touch topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the touch topic, visit your repo's landing page and select "manage topics."



[] 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-sizesattribute instead of the regularsizesattribute. This isn't documented in the API however