Levon770

Results 3 issues of Levon770

The sortable do nothing if webpage opened on mobile device like Ipad. May be there are needed to use onTouch Event or somithng similar this

enhancement

fix(readme) update doc for setting params at config/main.php

Configuring like in readme throws error ``` 'components' => [ // ... 's3' => [ 'class' => 'frostealth\yii2\aws\s3\Service', 'credentials' => [ // Aws\Credentials\CredentialsInterface|array|callable 'key' => 'my-key', 'secret' => 'my-secret', ],...