Tushar Nankani

Results 33 comments of Tushar Nankani

UX Fix for toggle: https://github.com/tusharnankani/blurrit/commit/394c1c79f14216aef544da66121a831d81859e87#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R57-R62

A simple onClick Toggle: https://github.com/tusharnankani/blurrit/commit/078cfe6711368b5c865307304c453c46245aa74f

I would like to work on these. Also, is it necessary that the solutions have to be in C++?

> How would an iPad be handled? ```javascript function isIOS() { if (/iPad|iPhone|iPod/.test(navigator.platform)) { return true; } else { return navigator.maxTouchPoints && navigator.maxTouchPoints > 2 && /MacIntel/.test(navigator.platform); } } function...

> Mobile devices should not be allowed to use the app and should display an error to use the web app on a desktop device. If less than a specific...

Damn. I forgot about this. > Side note: I need a bot like @RemindMeOfThis like the one on Twitter. cc: @KartikSoneji Like I mentioned before: > > Mobile devices should...

> The reason why this is 'error' message is required, is because I haven't figured out a way to make Git Graph responsive on smaller screens. I haven't looked into...

Hi @kana800 Thank you SO much for this! I appreciate it :D I was a little afraid of using these HTML attributes for a reason. You see, WhatsApp does a...