Mark van Beek
Mark van Beek
Wanting to have Angular Universal support in NestJS for a while and after quite a few failed attempts I managed to get it working. To get it to work you'd...
Fix for this issue: in `hooks/lib/utilities.js` replace `getBuildGradlePath` function with: ``` function getBuildGradlePath() { var target = path.join("platforms", "android", "app", "build.gradle"); if (fs.existsSync(target)) { return target; } return path.join("platforms", "android",...
@814k31 I just checked and for me both sending a custom event and a crash report both succeed so I think this error is either not related to this specific...
@viking2917 The edits have to be done in the plugins/... folder before adding the platform, otherwise the gradle change also has to be applied in the copy created by cordova...
For those looking for a quick fix for now, I just created a quick fork with my fixes applied. I tested a quick build with android 7.0.0 and there seem...
A quick (and dirty) suggestion is placing an (absolute positioned) textarea (with transparent background) on top of an ng-embed and show/hide the ng-embed with ng-if (to trigger a redraw) (it's...
I just checked and every version of "psr/container" except "1.0.0" has parameter typehints and since "2.0.0" it also has return type hints. So to solve the issue one of the...
Hi @splaunov (and @aeneasr), Since I'm interested in having this feature in native apps as well I did some checking on the code changes that are made. Most of them...
> Hi @chancezeus! Thank you for the feedback. I agree in that WebView method is known to have some weeknesses. But it's handy to have it in the tool chest...
_Note for previous remark:_ you wouldn't even need to put anything in the query, since we could use the flows id as the "code" and the challenge/verifiers are generated (and...