Hcq

Results 9 comments of Hcq

yes, just like #2 said: Texture2D texture = new Texture2D(width, height, TextureFormat.ARGB32, false); texture.LoadImage(data); It could be done in a thread when decoding and rendering images, but I have no...

你可以提交一个pr 然后进来 因为毕竟我已经几年没维护了

> @jonasbark I believe those already support autofill and we need a fix specific to the flutter implementation yes that's what I meant, do u have any ETA for this?

> What makes you believe that autofill is already supported and only the flutter side needs implementation of it? If the stripe-android library hasn't enabled it by default then we...

> could u plz read my answer carefully again? so that u can get my points, I already answered and shown my view on it LOL > > > If...

> Sure I can, but the fact remains, stated now for the third time: If the stripe-android library hasn't enabled it by default then we shouldn't do so either >...

> thanks for the explanation

hi guys, previously I created another issue into stripe-android https://github.com/stripe/stripe-android/issues/6274 they said that auto-fill has been already supported on the android side, as well as I looked into it from...

@remonh87 hey bro, I also post an issue to the RN repo https://github.com/stripe/stripe-react-native/issues/1348, they also said it should be supported already, and I tried the RN's demo, auto-fill works well...