touch
Here are 391 public repositories matching this topic...
- Framework7 version: 3.x, 4.x, 5.x
- Platform and Target: Android Cordova
Describe the bug
If you increase font size in Android system settings text in many components is misaligned
e.g. Buttons, Dialog.
To Reproduce
Install Framework7 Kitchen Sink as Cordova app.
Expected behavior
Correct position of component text e.g. Button, Dialog.
Actual Behavior
Wrong or
-
Updated
Feb 15, 2020 - TypeScript
-
Updated
Feb 14, 2020 - JavaScript
-
Updated
Feb 4, 2020 - JavaScript
-
Updated
Feb 6, 2020 - JavaScript
-
Updated
Feb 14, 2020 - JavaScript
-
Updated
Feb 13, 2020 - JavaScript
I noticed there are a bunch of broken images in your documentation. I'd be happy to help you out and fix those if you either have the original images or give me the new server uri.
Example:
{"type": "illuminationUp", "align": "left"},
This looks like this (sorry for non-rotated pic):
I prefer larger buttons, more or less the same as my physical keys just below the touch bar. :-)
I'd like the button icon/text to be center-aligned internally
-
Updated
Feb 13, 2020 - JavaScript
I saw the option -w which will set o_wait to 1. But there is no documentation for it. Is it intentional?
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
Jan 16, 2020 - Java
-
Updated
Feb 2, 2020 - Objective-C
The processors documentation page instructs:
Now, you need to tell the Input System about your processor. So, somewhere in your initialization code, you should call:
InputSystem.RegisterProcessor<MyValueShiftProcessor>();
Hello, it would be great if you could add some 3d text models. Thanks in advance :-)
-
Updated
Feb 14, 2020 - Java
-
Updated
Jan 6, 2020 - JavaScript
To close react-bootstrap modal we need to click twice on "X" (first touch makes focus, second touch closes modal). It possible reproduced on iPad when we are using react-fastclick.
-
Updated
Nov 30, 2019 - JavaScript
-
Updated
Feb 13, 2020 - JavaScript
-
Updated
Jan 26, 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