bliveinhack
bliveinhack
Any luck with that. i'm also facing same issue ?
i had this same issue. if last viewpager has recycleView then it doesn't support Swiping .
Any updates about this. because it's very weird and doesn't let users fill other inputs . Any temporary fix will be helpful .. Regards.
Thanks for workaround. I'm ended up forking repository and make `ChipEditText` `public` so that i can clear focus on scrolling. here is Jitpack https://jitpack.io/#bliveinhack/chips-input-layout/2.4.1 and Repo https://github.com/bliveinhack/chips-input-layout Regards.
Hello, Can you guys please upload sample with media player. it would be nice to see with music player too.
You can use `Omnipay` object like this. ` $gateway = Omnipay::create('Braintree'); $gateway->setMerchantId('XXXX'); $gateway->setPublicKey('YYY'); $gateway->setPrivateKey('ZZZZ'); $gateway->setTestMode(true);`