Bojan Pejic

Results 3 issues of Bojan Pejic

For example the `$_SERVER['HTTP_USER_AGENT']` looks like following: `AppName/com.appname.iphone (2.0.11; OS Version 9.2.1 (Build 12ABD))` Both `$detect->isiOS()` and `$detect->is('iOS')` returns false value, when in other case `$detect->iPhone()` returns true.

status: pending research
type: new User-Agent strings

There is an option for calendar called 'preventDragOnEventCreation', if I understand it right, is should be prevent after click and drag in calendar creation of event. I tried it out...

The autoload was originally introduced in Pull Request #363 for supporting legacy classes. Main idea is to avoid hitting disc which is done with calling `file_exists(__DIR__ . '/../apiclient/src/Google/Client.php')` and looking...