Multi touch working in web browser but not when build an apk using capacitor

I have created a web app using nuxt.js. This app includes a D3.js bar chart which is scrollable and zoomable. It is working perfectly fine on a web browser but when I create an apk using capacitor it is not getting scrolled and zoom as well. Please help

Never mind it was a D3 chart issue. upgraded it to v6.1.1 and all worked out fine