Egemen ÖZOGUL
Egemen ÖZOGUL
It may related with Android 11 permissions...
I am planning to release this library in Kotlin soon (maybe even compose). So I wonder are you using url or assets folder for playing video?
It is not working on Android 10 devices. (I have tested with Honor20, Mi9T and Nova5i)
@balavishnu Thank you for your valuable help. This is the definitive solution, I've solved the problem in the same way. :)
> > @AsynctaskCoffee Did some search and found that its a change in Android 10 and above. Need to add android:requestLegacyExternalStorage="true" to your element in the manifest. More details in...
Hi, you can reach models properties from onItemShow callback method. !!You need to cast model as yours!! ``` override fun onItemShow(position: Int, model: Any) { Log.e("SwipeLog", "onItemShow pos: $position model:...
its my logcat from example project which is inside library.
Let me know what was the problem 🙃
Hello again bro, could you please upload your code on GitHub and send me your invite on [email protected]. We may code together if you want.
Hi thanks for your time and effort :) I wonder if you guys have any time estimation about SDK 35 update?