I'm having trouble getting the scroll bar on ionic 3
appearing on all versions (ios, android, windows phone)
What should I do?
Try to draw with css:
* {
overflow-y: hidden !important;
overflow-x: hidden !important;
}
Hug.