If I remove the plugin and rebuild the project everything works and the overscroll glow gets removed, however, when I add this plugin and build the project the overscroll glow comes back.
Another thing I saw is with my CSS, I completely remove the scrollbar using:
When ever I add this plugin, my config.xml doesn't seem to work. For example, in my config.xml I disable overscroll glow using the following:
<preference name="DisallowOverscroll" value="true" />
If I remove the plugin and rebuild the project everything works and the overscroll glow gets removed, however, when I add this plugin and build the project the overscroll glow comes back.
Another thing I saw is with my CSS, I completely remove the scrollbar using:
But yet again when I add this plugin the scrollbar is visible. Any idea on how to fix this?