Having problems with Ionic Framework Angular application

I have designed and prototyped a basic application design on WebFlow.
Main dashboard has a slider where I describe how to use the application.

Then, I have created a ionic application (angular) and moved my design into the application. After adding required styles and script files into the project I had achieved the same look that I saw in the editor on the application.

Only problem is, I cannot use the slider buttons, or functionality which made me believe something was wrong with webflow.js integration.

After some digging, I tried to call ‘Webflow.ready();’ on Google Chrome console to see if it will solve the problem and it did. However, I couldn’t manage to do this on my ionic/angular application.

Is there anything I could do to solve this?