-
Notifications
You must be signed in to change notification settings - Fork 101
No way to go back from month picker on iOS #104
Comments
Hi there, |
Hi, Thanks for your response. |
Any update on this? |
I am using Xcode 8 and testing it on simulator also I have test it on iPhone 7. Doesn't seem to be working on my side. |
Remove all content from <select>
<option>January</option>
<option>February</option>
</select> Build the app and run it on simulator or iPhone. Does the new select work or not? |
Hello, |
@rohamak Could you please make a new issue for that? I'm currently working on a new version of the picker that will work with both v1 and v2, but it's still not finished. However I can quickly convert current code (just simplified version of it) to v2 directive if you are interested in a quick solution. |
sure I just added a new issue. thanks, I looked at it, I think there is an injectable needed the i18n .factory and a ModalControlView to replace showPopup since the popup class does not exist in ionic 2 the way to pass templateUrl and cssClass, and a bunch ionic directive changes in the picker-popup.html. |
Any update on this issue? |
Can this be related to the following? I think this might be resolved by using in the component template instead of BTW Great component. Thanks! |
Hi,
I am using this plugin, works fine in android but for iOS when I go to pick a month there is no way to get back from picker and also scrolling the picker doesn't reflects as shown in attached screenshot the selected month is "January" while it is still showing "February". What could be the fix?
The text was updated successfully, but these errors were encountered: