Lonneke

Results 8 comments of Lonneke

> @ldikmans how were you able to accomplish this in the body? Using `HTTP.setHeader('*', 'User-Agent', `${navigator.userAgent} ${ua}`);` doesn't seem to work. I was not planning to put it in the...

it seems that in version 1.3 this is implemented so I guess you can close this enhancement request

We upgraded to 1.4.1 In capacitor config you can append a user agent string. This works fine when not using the http plugin. When using the http plugin, this is...

I managed to work around this by using a controller modal inside the controller modal, see [https://github.com/ionic-team/ionic-framework/issues/28840](https://github.com/ionic-team/ionic-framework/issues/28840) Maybe you could use useIonPopover, to remedy the issue? In the documentation on...

It would be very helpful if this could be fixed

@mtrezza do you know if anyone is still maintaining this library? This library is also used in [node-pushnotifications](https://github.com/appfeel/node-pushnotifications]), see [package.json](https://github.com/appfeel/node-pushnotifications/blob/master/package.json) This security upgrade would be very helpful. Thanks for your...

> Our fork contains a few changes that are partly also merged in the original repository. The current intention is to compare the 2, bring the original repo up-to-date (if...