Joel da Rosa
Joel da Rosa
Me too, same problem!
angular-input-masks: 2.0.0. Angular Version:1.2.28
Okay! I do test.
Hi! Scroll/Swipe can be disabled with: ``` viewPager.setOnTouchListener(new View.OnTouchListener() { @Override public boolean onTouch(View v, MotionEvent event) { return true; } }); ```
To see how the buttons are added to your xml layouts, check the sample project.