Glavin001 / SMMApp2

Saint Mary's Mobile App, Version 2.0 @
http://society.cs.smu.ca:7000
2 stars 0 forks source link

Gestures #29

Open TwistedFaith opened 10 years ago

TwistedFaith commented 10 years ago

Discussion (yet to be cleaned up):

We can upload photos with <input type="file"/> as of iOS 6.
Hmm
Not really, however, that's only because the WebKit view captures all touch inputs instead of the native app and then triggering a specific event
One sec, I think there are libraries for it out there
Pinching and rotating, are compliant gestures that are supported
Glavin Wiechert
1:22am
Glavin Wiechert
http://www.queness.com/post/11755/11-multi-touch-and-touch-events-javascript-libraries
11 Multi-touch and Touch events Javascript libraries
www.queness.com
Touch screen devices are ruling the mobile platform nowadays. Most of the smart phones have it, tablet and based on the trend, it's slowly come to our desktop as well. To develop a touch screen compatible web applications or website, you can use the existing touch events of the browsers or the platf...
Glavin Wiechert
1:22am
Glavin Wiechert
This should be very useful.
What do you have in mind?
Javian Trotman
1:26am
Javian Trotman
Well that's kinda just using the browser
Cause whatever browser the phone is using have that supports
Which connects the js
Glavin Wiechert
1:27am
Glavin Wiechert
Yeah.
Javian Trotman
1:28am
Javian Trotman
I was thinking if we could at least redefine those set gestures
Glavin Wiechert
1:28am
Glavin Wiechert
It's just using JavaScript to process the mouse events and calculate possible gestures.
Redefine the gestures? Like create new ones?
Javian Trotman
1:41am
Javian Trotman
Yea basically
Glavin Wiechert
1:41am
Glavin Wiechert
We could, potentially. I'm not sure if JavaScript has access to all of the touch positions
Javian Trotman
1:42am
Javian Trotman
Well the space given to us by the browser
And I said redefine cause,  difference browsers have different number of gestures
And the ones we make,  if we can make might interfere with those
Glavin Wiechert
1:44am
Glavin Wiechert
I don't know. 
I'd recommend creating an issue: https://github.com/Glavin001/SMMApp2/issues?state=open
to track thoughts and notes
What would a gesture be, that we'd create?
We have libraries that detect Pinch, Pan, Swipe, Tap,
Javian Trotman
1:46am
Javian Trotman
Idk but they are always more useful than clicks
Glavin Wiechert
1:47am
Glavin Wiechert
Yeah, absolutely. We just have to think of one that works
We could use a slider on the side? Select the building, and a slider appears?