Ebsan Uddin

Results 21 comments of Ebsan Uddin

This looks like a great PR. I'm not entirely sure why it's failing but it would be nice to have this merged in.

I'm looking to help with the issues you mentioned above. I don't have much experience with Travis so I'm not sure about how to help there but looks like the...

I'm getting the same error. Looks like they haven't updated the code for the new jhipster generator base? Only way to get around this is to fix the code locally...

Did you make any progress on this?

I'm still working on this but wanted to post some findings. The CORS errors may be a red herring and the issue might actually have to do with your cert...

Any updates on the next release? We could really use this and not having it in npmjs.org is causing some weird issues when building locally.

When would you like to have Init() called in the MasterDetail scenario? It seems you just don't want it called on first load of the application, is that true?

@sthewissen Isn't this the same as putting it in `ViewIsAppearing()`? My understanding is `Init()` gets called when the the Master instantiates the page and then `ViewIsAppearing()` gets called when the...

You're right and I don't think there's any other event we can wire up to. Per [Xamarin documentation](https://developer.xamarin.com/api/type/Xamarin.Forms.Page/) there are 3 events for a page's lifetime: 1. Appearing 2. Dissappearing...

So I haven't seen this issue occur to me yet. When I navigate back from the detail page of an item the `ListView` is still populated with the previous data....