Abdelhady Muhammad

Results 7 comments of Abdelhady Muhammad

A simple `semaphore` inside the `doInBackground()` of my `AsyncTask` did the trick for me :slightly_smiling_face: as per [this answer](https://stackoverflow.com/a/34436417/905801), all you have to do is `acquire()` the semaphore just after...

I'm facing the same issue with `type="email"` with the same error.

`maxLength` is not allowed for `type='number'` by design, check out [this answer](http://stackoverflow.com/a/18510925/905801), and I think there is nothing to do with the alphanum plugin here, the workaround that worked for...

You are welcome :) as a reference, I was trying to implement the scrolling behavior described in the **CoordinatorLayout and the app bar** section in the [Android Design Support Library...

I've updated my original comment to include device info, I'm not sure I can prepare a sample project now, but after a little digging, I've fixed it and made a...

Minification could be helpful in general, except for what happens with `z-index` by `cssnano`. For me, I'm only disabling the overriding of the `z-index` like this: ```javascript new WebpackRTLPlugin({ minify:...

I'm having the same issue with java 21 , with using the Idea plugin