Antony Konstantinidis
Antony Konstantinidis
issue can be closed I guess
use the solution of versions posted in [this issue](https://github.com/gitawego/cordova-screenshot/issues/80) as there are compatibility problems.
Try ``` /* * Async Library for queues */ 'Barryvdh\Queue\AsyncServiceProvider', ``` without ::class in app.php. works for me in L 5.1 Also run: composer update php artisan cache:clear php artisan...
I followed this great article but its still not working as expected.. Somewhere it is still injectig "bower_components/ionic/release/css/ionic.css" into my index.html. And other the other hand im getting generated css...
Using four different templates with different widths, i got this "Item too large" error many times, because sometimes item[i].width had multiple decimals, which led to a colSize of 5 instead...
I see, i see..mh well we dropped the usage of this plugin in our project, because we didn't need this fully dynamic grid system, so i'm currently not able to...
Hey. We had the same problem, that why we installed the cordova-plugin-screen-orientation plugin and using its functionality to lock our views before opening the inApp browser and unlocking it again...
Sure, check the following snippet: ``` themeableBrowserWindowRef = cordova.ThemeableBrowser.open(url, '_blank', browser_options ).addEventListener('backPressed', function (e) { themeableBrowserWindowRef.close(); themeableBrowserWindowRef = undefined; }).addEventListener('logoPressed', function (e) { themeableBrowserWindowRef.close(); themeableBrowserWindowRef = undefined; }).addEventListener('sharePressed', function (e)...
@sencenan Are you still with me here on this topic? :)
@sencenan Any news here?