Till Sanders
Till Sanders
Same here, but messing with the user-agent will.
I have the same problem. Until this is resolved, I have created a small directive that deals with this issue on iOS: ```javascript import { isIOS } from 'tns-core-modules/platform'; import...
I just noticed that my solution above stopped working in combination with iOS' darkmode. Also, [setStatusBarStyleAnimated](https://developer.apple.com/documentation/uikit/uiapplication/1622923-setstatusbarstyle?language=objc) is deprecated since iOS 9. So far, I have been unsuccessful in finding another...
I currently have no android phone available to test it, but I noticed that in some occasions, animations using CSS have this problem, whereas the same animation using JS doesn't.
Thanks for the detailed reply, Frederik! You provided a lot of insight and I would like to elaborate on a few: ## Differences between the original 'Plus' feature and my...
Thanks for your continued replies ;) > I understand the problems with my proposal and I agree. I normally don't change subjects in an issue, but I will make an...
> This is a pretty interesting thought, and also something we talked about NLNet (in a slightly more convoluted way) already. We'll definitely keep such use cases in mind when...
> In my case, I was switching to the user using `su mydockeruser -`, and was receiving the same error you were regarding `systemd` not being detected. However if I...
There is no ProPlugin, but @bradmartin said on Slack he would take a look when he has some time. But of course, we all know how difficult it can be...
@NathanaelA Sorry if this came across wrong! I didn't mean to imply any obligation for anyone to put his/her time in this, because – as you said – it's open...