oixan
oixan
The link work. Just copy and paste on browser. perhaps github block direct click.
same problem here on chrome 68, ondataavailable is not called anymore. ( On firefox 61 instead donst even start. )
I finally tried the solution proposed by @celsomtrindade. It's work perfectly . Thanks.
i resolved this in a rude manner, but it work! 1) In dialog.service.ts in the addDialog method just before the return add: var body = document.getElementsByTagName("body")[0]; body.style.overflow = "hidden"; 2)...
Ragazzi, se vi puo interessare ho fatto un fork rendendo compatibile questo pacchetto con php 8. Chiaramente la modifica al momento si limita solo a questo.
Sad news, I hope someone can work on this package in the future! Just 1 thing. Changing on composer.json file "illuminate/support": "~5.0.14|~5.1", to "illuminate/support": "~5.0.14|~5.1|^6.0" will make the package work...