Badge
Hi,
we have the following problem with one of our self-made apps.
The client of this app sets a "badge". So far this worked without any problems in V13r2.
But now in V13r3 it only works on the app icon in the home screen, but not on the icon in the app bar (task bar) of myApps. This appears to be a bug.
https://sdk.innovaphone.com/13r3/web1/lib1/lib1.htm
setBadge(value)
Sets a badge on the app icon in the start bar and on home. Usually value is a number, but you can use any UTF8 character to indicate states of the running app. Note that this function is only useful to indicate states while the app is running. If badge counts should appear also while it's not running the badge count should be set from the backend.
The function is called in our app via: start.setBadge(symbol) Where symbol is a UTF-8 character.
The function from the innovaphone.lib1.js is used.
start.setBadge = function (val) {
start.postClientMessage({ mt: "Action", type: "SetBadge", value: val });
};
The app platform has the software version: 110025 (x86_64).
The PBX runs on V13r3sr1.
Do you have any idea what the problem is?
Best regards
Ingo