Feras A. S.
Feras A. S.
Thank you for reply, It worked well on class attribute, the problem appears on img src attribute ``` $doc->find('div')->attr('class','{{myclass}}'); $doc->find('img')->attr('src','{{mysrc}}'); $html = $doc->html(); var_dump($html);die(); ``` output ``` ```
I tracked the code, I found that the PHP code passes the options successfully to puppeteer puppeteer does not respect the viewport options for PDF. https://github.com/puppeteer/puppeteer/issues/3357
The solution found here: https://github.com/puppeteer/puppeteer/issues/1183 I edited Convert.js changed ``` _launchBrowser() { return puppeteer.launch({ ignoreHTTPSErrors: true, args: ['--no-sandbox', '--disable-web-security'] }); } ``` to ``` _launchBrowser() { return puppeteer.launch({ ignoreHTTPSErrors: true,...
The listener function was not being called, * I stopped the debug session. * run: flutter clean * Run debug again, and it works. ``` static Future showRewardVideo({String adType =...
TikTok has still not been added from 2022, is this project active?
@NNanosoft https://pub.dev/packages/pluto_grid_plus
I share the same concern.
@u382514 ++ I hope he gets well soon 🙏, What do you recommend? should we fork the package or clone it to a new repository? because we need to be...
I forked it, I published it under the name pluto_grid_plus https://github.com/doonfrs/pluto_grid_plus https://pub.dev/packages/pluto_grid_plus I upgraded the dependencies, I will check the current pull requests and try to merge them in the...
> > I forked it, I published it under the name pluto_grid_plus https://github.com/doonfrs/pluto_grid_plus https://pub.dev/packages/pluto_grid_plus > > I upgraded the dependencies, I will check the current pull requests and try to...