Request caching issue on Android

I try to view an app in Ionic View on Android, running the latest version from Google Play.
Somehow even requests to our API are cached. I can put the full API offline and it still returns data so it must be a local cache in Ionic view. I tried clearing app cache, saved data, chrome cache but nothing works. After removing the app, installing it again it finally works.

Is there a better solution for this?
Will this caching issue also happen in the compiled app or only in Ionic Viewer?