-
remove use of oes_texture_float in picking.
-
I have been trying to manipulate a 3D model from my assets folder. It neither detects the model when I tap it nor when I try to manipulate it. I can successfully manipulate a node if it's the default …
-
```
For clients with touchscreens,
1. Keep the current drag behaviour to pan the map
2. Add a new handler to detect a click+hold event on the touchscreen to
allow zooming
Suggested implementation of…
-
### Discussed in https://github.com/tldraw/tldraw/discussions/3867
Originally posted by **SimHacker** June 4, 2024
I think tldraw would make the ultimate pie menu editor.
It could use a w…
-
hi, awesome lib!
I have a horizontal flatlist in my page , but when I swipe from left to right, the drawer will respond the pan instead of my flatlist , as a result , the flatlist can not swipe to …
-
I think you can add a transition animation effect for the menu items when user slide the page slowly. The current design is only to determine whether a page is swiped over half of screen and then swit…
-
I want to see if there's an option to set the gestureHandling option. I have an issue where I need to use two fingers to scroll over the map and single finger for scroll over the screen.
If someone…
-
First of all, great article and a very clean example project. You have saved me a *a ton* of time were I to investigate all this on my own. Thank you so much!
Unfortunately, I think there is one mo…
-
当我使用 FDFullscreenPopGesture 有以下跳转需求时
NSMutableArray *controllerArr = [self.navigationController.viewControllers mutableCopy];
```
if (controllerArr.count) {
[controllerArr removeAllObjects];
…
-
Hi,
I use DAKeyboardControl on a chat view controller and i noticed that when i do a lot of tap on the UItableView above the keyboard ( 5/6 tap ) my app crash.
I saw on Xcode the CPU of my iPhone is…