Jonas Talavera

Results 8 comments of Jonas Talavera

Thanks @Nufflee for the suggestions, committed!

I have tried the solution but it doesn't work as expected. :heavy_check_mark: Android :heavy_multiplication_x: iOS: - Lock landscape on vertical orientation -> locks screen as secondary-landscape instead primary-landscape, KO. -...

Thank you for your feedback! I mean about blocking the screen orientation. I have updated _expected behaviour_ description and added a code example.

The issue describes same bug that [jira ticket](https://issues.apache.org/jira/browse/CB-13983), it would be great if any of the available PRs that fix the problem is merged.

I've tried the valid PR #31 but it doesn't work as expected. See comment https://github.com/apache/cordova-plugin-screen-orientation/pull/31#issuecomment-455197262.

I am in the same situation as @Bruno-Meowtel. We are using PostHog in web and mobile app and we are very interested in to have this feature for mobile apps.

Also happens from VSCode when you try to make a commit from the source control functionality

Following this [SO question](https://stackoverflow.com/questions/63313302/how-do-i-fix-bash-error-dev-tty-no-such-device-or-address) y modified `prepare-commit-hook` to: ```bash tty="$(readlink /proc/$$/fd/2)"; [ "$tty" = "/dev/pts/1" ] && (exec < /dev/tty && node_modules/.bin/cz --hook) || true ``` And the result is:...