ProgInter

Results 5 issues of ProgInter

## Description After a while, when the application is opening in background, the KeyboardUtils.dismiss(); do nothing for custom keyboards. ### Related to - [X] Components - [ ] Demo -...

bug

# Expected Behavior I need it will not kill the program because of an error I dont know why is happening # Current Behavior I get sometimes error, I dont...

help wanted
bug

Hi, The script is not supporting -l and -L flags of symlinks detection. Can you please add it? Thank you!

Hi, I have .htaccess file on root path with this content: ``` RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.+)$ index.php?url=$1 [QSA,L] ``` I have more .htaccess file...

I have this code and I am getting this error. ``` RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule...