-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
iOS10 #6901
Comments
Is there a workaround for the tabs not showing? |
These are here to document the issue. |
I have two other interesting bits to share, although I haven't been able to test iOS 10 out yet: 1. WKWebView always zoomable (Source) This can probably be prevented in the beautiful WKWebView plugin @manucorporat is creating ;). A possible solution seems to be listed here. 2. WKWebView Behavior with Keyboard Displays (Source) This might require some adjustments on the keyboard functionality of Ionic, which will hopefully end up as an improvement over the current implementation. The description makes me think it will finally be possible to have the web view shrink with native performance. |
Virtual Scroll does not work properly. It does not show elements while long scroll until next touch. Example: https://youtu.be/OufHfK5pQIw |
Happy to report that the zooming issue with wkwebview has been fixed in ios10 beta.4 💯 😀 🎆 |
I found out the keyboard doesn't close properly after closing some components (alert). It also doesn't close when an Modal is closed after a keypress on "Go" button. (beta.4) |
related: #7622 |
Ideally this will be fixed prior to iOS 10 launch, as it is affecting an app I released in the app store. |
Any news on this? |
@aemr3 any news on what in particular? This issue is more of an umbrella issue with multiple topics, you're going to need to be specific 😁 |
Tabs are not displayed on the latest ios 10 beta. I didn't encounter any other issue. |
What version of ionic-angular are you using? Tabs have been refactored to resolve this |
Just noticed that we are using ionic-angular 2.0.0-beta.8 on our project. Do you say that it is fixed now? |
That should be fixed. If not in beta9, then beta 10/11. Best to upgrade and check the change log for breaking changes |
Thanks you for pointing out this. We will try to upgrade. |
I'm reposting my issue #7887 as @jgw96 asked me to do Short description of the problem: I recently updated my iPhone to iOS 10 beta 7 and I noticed that back view animation got a little bit different easing What behavior are you expecting? I'd expect for Ionic app to have easing similar to native on iOS 10 Steps to reproduce:
Which Ionic Version? 1.x or 2.x |
@mhartington @jgw96 iOS 10 was released today and our app is blocked cause of the keyboard issue, the keyboard just doesnt close properly and appers everytime the users touches any button. Thats really a roadblocker. Is there any quickfix for this? |
@nerdmed can you provide a demo for this? I have not seen this before, so there could be something app specific. |
As ios10 is now released, can we include this in v2 beta-12? |
@mhartington @jgw96 - IOS10 Has keyboard behaviour changed in any of your apps? Update: |
@mhartington thanks a lot for your reply. Building the reproduction let me find the specific edge case. Somehow this issue only appears if the DOM element (input) that actually started the keyboard is removed from the DOM, before the keyboard is closed. This did not happen on iOS 9. I have build a small [https://github.com/nerdmed/cordova-keyboard-issue/](reproduction for this issue.) I assume that this is still a keyboard plugin issue as this issue does not happen when running the application inside safari. PS.: A quick fix seems to be to close the keyboard manually before removing the DOM. |
@mhartington @jgw96 The RC is out, I know you are busy fixing some things that broke because of Rollup and the new buildchain, but could you add this to the RC1 milestone, I think this is a priority because the system has been released. |
Hey yall, sorry for the silence on this part. This issue was really just to track ios10 issues internally. As for the keyboard issue, @nerdmed can you please open an new issue instead. |
Hey @mhartington currently we are adding a email plugin to our app.I am using following cordova plugin [https://github.com/katzer/cordova-plugin-email-composer.git].We are testing the app in ionic view ios ipad with (version 10.0.2). Problem: To use email we wrote a click function to open email plugin,when clicking the button the ionic view is closing. Note:
It will helpful if you suggest if I am missing any? |
@prasadyallapu Please open an NEW issue. |
ion-content-section
having it's height set to 100%This seems to be fixed in the latest ios10 build
ios10-tabs-pushed
ios10 sub-title
ios10-tabs
ionic-team/ionic-cli#1161
The text was updated successfully, but these errors were encountered: