Have Swipe L/R/U/D and Drag L/R/U/D (+/- inversion )have some consensus among users/programmers? #6319
Replies: 1 comment
-
Posted at 2023-10-18 by ccchan there is also an app called "swipe back" but it let users choose number of handlers/drag which i dont understand how to. not bad if later L/R/U/D swipe can provide close/back (indeep is a "goto" to launcher/clock), OR 1 step back Posted at 2023-10-18 by ccchan I assume left swipe : begin from "outside of Lt side of LCD" to "middle of LCD" drag right: begin anywhere (x, y) inside LCD to "any point on Rt hand side of this (x,y) i.e. (x+dx,y) a diagram with these actions in the API manual will be good, thx Posted at 2023-10-18 by user140377 I have no idea what you want, but in SciCalc down swipe starts the calculation. ...which just gave me the idea to bind up swipe in scicalc to undo. Might do that later. Posted at 2023-10-18 by ccchan it just made "swipe back to clock" un-usable then. i knew that drag is harder to PROGRAMME than swipe in bangle.. so my suggestion is: sci cal or other applictions drag Lt/Rt for keyboard then leave otherwise it 's just chaos Posted at 2023-10-18 by @thyttan Adjacent to this previous conversation: Also this github issue: Posted at 2023-10-18 by @thyttan
Is it still unclear how to do this after you've read it's readme text? I can give you some tip if you elaborate on your problem and maybe the readme should be made more instructive? Posted at 2023-10-18 by @gfwilliams
Swiping from left towards the right is a right swipe.
I'm not sure I've ever seen a device where down swipe went back? I'm afraid this is just one of those things - different people have different ideas of how to interact, and they tend to implement this in their apps differently. We try to be open to all kinds of new apps, and don't want to impose 'UI Guidelines' that make it even more difficult for new contributors. I don't think it makes sense to telling other app users to totally change their app because 'I installed app X and now doesn't work quite right in this case'. For global functionality, there is Posted at 2023-10-18 by ccchan yeah i did read that.
A. let "swipe back to clock" select using left swipe or R, U, D B. borrow the secondary menu from "quick launch", so that after the 1st swipe, it pop up a menu and let you choose (back to clock, 1 step back or else). in this way, only ONE swipe is occupied by the "swipe back to clock", and the app developers still have 3 swipe and 4 drag for function. Posted at 2023-10-18 by ccchan I appreciate! as an end user, i only want to know this, thanks Posted at 2023-10-18 by ccchan thx for reply, Posted at 2023-10-18 by ccchan
win10 apps close by swiping from top to bottom, i mean . for android, press "HOME" until the app manager appear, Posted at 2023-10-18 by @thyttan The number for me will not necessarily be the same as for you.
Use the numbers you determined for the settings for "Standard # of handlers". Posted at 2023-10-22 by ccchan hi, thx for my bangle:
so i chose noswipe to be 2, ondrag to be 1. yet i have to say not every swipe will trigger it. btw, seems swipe up to down is easily mixed up as drag up to down by the "desktop launcher". thanks |
Beta Was this translation helpful? Give feedback.
-
Posted at 2023-10-18 by ccchan
hi,
i used the "swipe back to clock" app which is good,
on ANY app a left swipe will return to the clock,
from the clock i use "pattern launcher" to get to "folder launcher" or apps.
And get back to the clock again using it.
however,
in sci calcultor,
this got 3 panel for keyboard,
it used a left swipe/right swipe to choose keyboard, and leaving swipe U/D to be non-functional
then ADD this function to the app, with the ability to use the apps' list (always on, always off, white list, black list) etc. This approach i think is easier to me.
then I used music control,
it use Lt swipe for prev song, Rt swipe for next song, Up swipe for vol up, Dn swipe for vol dn,
which completely beat me.
2. I'll suggest let's reserve swipe (swipe is easier to program than drag, in bangle i think) for APP management more,
and drag for things within the app. e.g. for this music control app, a Dn swipe to close it/back to clock (as in windows 10), while the drag L/R/U/D for prev, next, vol up, vol dn etc.
later i read the posts and found that some people have different meaning on up swipe, which is other people's dn swipe (inversion). would be good to consider that too.
thanks.
ps: I found this have a higher priority than the screen lock issue, so i'll work on this first.
Beta Was this translation helpful? Give feedback.
All reactions