Joan Colmenero
Joan Colmenero
I've tried to change the size doing : valueTableTextSize() but looks like it's not changing, is there any way to change the size or do it a little bit bigger?...
I expect that if I have a check for instance ``` if(otp=="123456"){ otpTextView?.showSuccess() } else { otpTextView?.showError() } ``` But it's not updating the state, it only updates the state...
I'm trying to put the adapter of a FirebaseRecyclerAdapter to the Carousel to display the items, but I'm not able to do that because it says : setAdapter (android.support.v4.view.PagerAdapter) in...
I've created an Ionic2 project and I'm trying to implement this plugin on it, but when I try to install the plugin with this command : ionic cordova plugin add...