jsComponent doesn't change browser cache

Hi there, I’m using JMIX 1.5 and I’m struggling with jsComponent.
We use SurveyJS working fine, providing parts via htmlBox and some scripts via jsComponent.

But, when we build another screen with another SurveyJS form, the browser doesn’t refresh the view.
I have to hit F5 - refresh, to get the right browser view again.

Thanks for ideas to solve this,
br
HP

found so far, that .nocache. or .cache. in filename only works for VAADIN.

I changed to browserFrame instead of mixture from htmlBox and jsComponent, since normal browsers’ cache (tried chrome and firefox) keeps previous view alive when changing screen with another htmlBox, jsComp mix.
browserFrame starts instantly with ‘fresh’ browser view