roberthovhannisyan / PhoneGap-Plugin-ListPicker

ListPicker Plugin for Cordova/PhoneGap (iOS and Android)
MIT License
35 stars 40 forks source link

some issue feedback to you #1

Closed bau720123 closed 9 years ago

bau720123 commented 10 years ago

Android is totally work (Android 4.4)

but in ios 8 (ipad mini) https://raw.githubusercontent.com/roberthovhannisyan/PhoneGap-Plugin-ListPicker/23f46f26017814b183e7ddb1208779b4addb85d3/screenshots/iphone1.png when I press the "Done" button,"nothing happened"... not like "Android" will feedback and trigger the "item" callback

bau720123 commented 9 years ago

hi @roberthovhannisyan is there anything update or...?

roberthovhannisyan commented 9 years ago

hi @bau720123 I will try to figure out the problem. In the meanwhile, can you provide your javascript code (if possible) and is this behavior specific to iPad mini (because it is tested on iPhones with iOS 8). The picture you pointed should be displayed on iPhones and for iPads pickers should be displayed in popover controllers like in the following picture: https://github.com/roberthovhannisyan/PhoneGap-Plugin-ListPicker/blob/master/screenshots/ipad1.png

bau720123 commented 9 years ago

hi @roberthovhannisyan my code just like you offer... https://github.com/roberthovhannisyan/PhoneGap-Plugin-ListPicker

and find the true reason in iphone 6 plus 8.1,item can be trigger when press "done" button but... in ipad mini 8.1,item "can not" be trigger when press "done" button

roberthovhannisyan commented 9 years ago

hi @bau720123 Issue with the iPad has been fixed. I have already submitted it to PhoneGap Build

roberthovhannisyan commented 9 years ago

hi @bau720123 Plugin is approved under version 2.2.0 in PGB. Please, can you confirm your issue is solved.

bau720123 commented 9 years ago

hi @roberthovhannisyan the problem is solved by 2.2.0 in PGB thanks

PS according to this http://phonegap.com/blog/2014/12/09/phonegap-build-new-features/ "Plugins no longer must be reviewed and approved" Congratulation~