Kai Wissler
Kai Wissler
I found https://github.com/capacitor-community/privacy-screen to be able to hide the screen in the task manager. Still I think this should work as expected.
I already started the implementation and will open a PR soon.
I already started the implementation and will open a PR soon.
What's the status here? I saw that the fix is not working and this bug currently prevents us from using semantic release properly.
What's the status of this PR @travist?
Hi @leonardoanalista, I tried to push a branch with a fix for this issue, but Git throws this error: **ERROR: Permission to leoforfree/cz-customizable.git denied to no-creative-name.** Do you have any...
If I use the `getDataSourceByName` workaround, then I get the error `Error: No CLS namespace defined in your app ... please call initializeTransactionalContext() before application start.` when running the tests....
I have the same error, though it only occurs when using the latest version (0.4.1). If I downgrade to 0.3.0 everything works flawlessly.
For me it works when I wrap the call to `initializeTransactionalContext` into a conditional if statement, that checks if there is already a context initialized: ``` const transactionalContext = getTransactionalContext();...
For me this is still an issue and the workaround is not working. It also seems like Stencil's `initializeNextTick` defaults to false in the meantime. For our company this issue...