Gaurav Chandra

Results 14 comments of Gaurav Chandra
trafficstars

I used the following plugin to overcome this bug ```cordova-plugin-backbutton``` This is the code for Ionic App: ``` platform.registerBackButtonAction(() => { let nav = app.getActiveNav(); let activeView: any = nav.getActive();...

Same here. It does not work after I open it once, I cannot open it the second time: ``` *** Assertion failure in -[_UIDatePickerView _setDate:animated:forced:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit/UIKit-3512.60.12/_UIDatePickerView.m:307 2016-05-31 10:33:06.184 My Health...

No, the issue was with DatePicker.m file. I changed it to the following commit: ``` https://github.com/VitaliiBlagodir/cordova-plugin-datepicker/pull/177/commits/a7df265092f354f453b271c18b99f346538e6286 ``` and it worked like a charm.

@aleximmauell don't know the line but I replaced the whole file.

@aleximmauell this might mean the file has the same old code. The original file had this problem of not opening the datepicker the second time. The fork works for me....

thanks @pcsantana for your code. This works.

if you are using lazy loading (default in ionic 4+), you need to import the image loader in the page's module. Only app module will not work.

sorry, +1 for not working on 1.2.0 version