touch
Here are 394 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
Mar 3, 2020 - TypeScript
-
Updated
Mar 4, 2020 - JavaScript
-
Updated
Feb 29, 2020 - JavaScript
-
Updated
Mar 1, 2020 - JavaScript
-
Updated
Mar 1, 2020 - JavaScript
-
Updated
Mar 3, 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
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.
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
Feb 16, 2020 - Java
-
Updated
Mar 3, 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 28, 2020 - Java
-
Updated
Mar 3, 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 29, 2020 - JavaScript
Project Information
- Repository: https://github.com/faith-hb/WidgetCase
- Project Name: WidgetCase
- My Github Account: https://github.com/friendsmobile
- Download the application: https://github.com/faith-hb/WidgetCase/releases
Expected behavior
When I click on the share option, all social media should appear next to where I can share this application.
Actual behav
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