Have you checked the viewport in your meta?
I use
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1β³>
I did not feel any performance overhead. Perhaps some parts of your webapp have fallen into a weak web presentation.
You can start commenting on your HTML until you find that your webapp is smooth.
source share