-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webview doesn't rotate many times on iOS from landscape to portrait #299
Comments
+1 |
I can't reproduce, can any of you provide a sample app? |
Thanks for @jcesarmobile for testing on it. Although, I tried to reproduce this issue on a fresh app but it is not consistent. Like I mentioned, it's happening randomly and mostly on iPhoneX |
It’s probably the screen orientation plugin’s fault. As you already reported it there I’m going to close this one |
Hmmm..but the keyboard opens properly in the portrait but the web view
doesn’t. So shouldn’t it be related to the older version of the plugin?
Just curious!
On Wed, 6 Feb 2019 at 3:14 AM, jcesarmobile ***@***.***> wrote:
Closed #299
<#299>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#299 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABuI4q2b_LLZVQMEAzlTR_6xYUTkPS7Rks5vKfssgaJpZM4ai8H4>
.
--
Thanks,
Shashank Agrawal
Co-Founder & CTO
Wiz Panda Techno Solutions
+91 94252-20659
[email protected]
…--
DISCLAIMER: The information in this message is confidential and may be
legally privileged. It is intended solely for the addressee. Access to this
message by anyone else is unauthorized. If you are not the intended
recipient, any disclosure, copying, or distribution of the message, or any
action or omission taken by you in reliance on it, is prohibited and may be
unlawful. Please immediately contact the sender if you have received this
message in error. Further, this e-mail may contain viruses and all
reasonable precaution to minimize the risk arising there from is taken by
Wiz Panda. Wiz Panda is not liable for any damage sustained by you as a
result of any virus in this e-mail. All applicable virus checks should be
carried out by you before opening this e-mail or any attachment thereto.
Thank you - Wiz Panda Techno Solutions Private Limited.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are using Ionic 3 with cordova-plugin-ionic-webview 1.2.1 and apache/cordova-plugin-screen-orientation plugin (to change the orientation)
On
iOS
(mostly on iPhone7 & iPhoneX), when we switch fromlandscape
toportrait
, the orientation of the webview doesn't change. We can verify this from the following images:When our app change from landscape to portrait and we open a page, this is the actual behaviour we are seeing:
(Keyboard should have been in landscape if orientation of device wasn't changed, but only webview looks froze in landscape)
While the original/expected behaviour is this (the above glitch fixes automatically & immediately if we perform any other operation, like, opening notification center, putting app to background and then back to foreground)
The text was updated successfully, but these errors were encountered: