IsAndroidChrome tells if the browser is Chrome for android
()
| 178 | |
| 179 | // IsAndroidChrome tells if the browser is Chrome for android |
| 180 | func IsAndroidChrome() bool { |
| 181 | return false |
| 182 | } |
| 183 | |
| 184 | // GetKeyName returns the string returned from the given Key. So you can write "Press W to move forward" |
| 185 | // and get a W for QWERTY and Z for AZERTY |