|
|
|
|
|
by redwall_hp
2096 days ago
|
|
The way that would make sense, for that particular example, is to start the camera up when the user begins the interaction to open it. Like how https://instant.page/ works. If it takes 200ms to get the camera running, do it while the gesture to swipe over to the camera is in progress. It will take more than 200ms for the user to physically move. iOS has events for gesture start, in progress, finished and cancelled. |
|