I've reported bug
but....
I have standard code in PSX-7
(:glance)
class PSX7App extends APP.AppBase
{
//...
function getInitialView()
{
return [new PSXView(), new PSXDelegate()];
}
function getGlanceView()
{
return [new PSXGlanceView()];
}
}
and using 4.1.7 in main view up/down buttons work on sim
- always well - for some devices (e.g. f7 maybe all 4.0)
- for older one (e.g my f6p) only when launched from the glance
- one user tries tu use my PSX-7 widget on f5x and no up/down events - it exit and changes widget
The same user with f5x claims up/down runs well in psx-4 but in psx-4
- no (:glance) annotation (all app is loaded in glance)
- built with 4.1.5 (but when I testing now from 4.1.4 all runs bad)
So should I handle something in different way? Maybe for devices with no glance should be app no widget (in watch-app everything runs well in sim).