Working with Ionic v1 and AngularJS, I created a file-based handheld terminal app. However, I noticed that the scroll function stopped working after performing file operations.
A workaround I found is that when I click or focus on a search box, the GET request starts working again.
Details:
Cordova version: 6.2.0
Ionic version: 1.3.1
The HTML codes for scrolling on the page worked fine when the project started: https://i.sstatic.net/Aigtq.png
However, after performing file operations (scanning a barcode and then opening/writing to a file), the scroll functionality was affected. https://i.sstatic.net/cGVS1.png