Hi,
I have a Problem with the onGlobalRefreshRequest for the HTML Bridge.
I have noticed, that when the refresh Icon (in the blue area at the top of the web Client), is clicked, my plugin is not refreshed.
So I looked at the chassisA samples, and found in the Chassis-summary.js
WEB_PLATFORM.onGlobalRefreshRequest = refreshData;
and copied it into my .js. My function to get the data is also refreshData() . as is used in the samples.
And tried to refresh by clicking on the RefreshIcon. Nothing happened.
But when I also tried it on the Chassis-A sample, the refreshData() function was not called either.
Did I misunderstand this functionality?
thanks for any hints.
Cathy