Mahmoud Abduljawad

Results 38 comments of Mahmoud Abduljawad
trafficstars

@rafaelss99, in fact there's a better example from the rival library: http://www.material-ui.com/#/components/drawer Facebook-backed JS library has better material drawer (yes, they also use the official term) than Google-backed TS framework!

Wasn't my comment clear enough, @airblader?

This was just an example. At the end of the day it's JavaScript beneath it. I can rewrite the exact procedure back for Angular. On Fri, 1 Dec 2017, 10:03...

I forgot to reference the changes I made: https://github.com/mahmoudajawad/flutter-bottom-navigation-with-nested-routing-tutorial/commit/1ea72782f8bfe1490653a94e78e80f83153c8afe

@SebC99, any update on this? Are you now using it in prod? I'm looking at the codebase and seeing that just little of updates here and there (nothing at core)...

@tmpaul06, are you still maintaining your fork? If not, what it takes to maintain it? This seems like a lightweight project that can be maintained by anyone interested in the...

@tmpaul06, thanks for your reply. I shall try and evaluate it. Most probably I can maintain it as long as I can use it myself.

I resolved the issue by changing line 48 to: `var isIOS = /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream;` and remove the prototype of Zepto.