My widget performs the following:
- From a view: WatchUi.pushView(new WatchUi.ProgressBar(...), ...)
- From the ProgressBar: WatchUi.switchToView(new WatchUi.Menu2(...), ...)
This fails specifically on the Approach S62 device with the following error:
Error: System Error
Details: Native base view is not supported.
Stack:
- switchToView() at T:\mbsimulator\submodules\technology\monkeybrains\virtual-machine\api\WatchUi.mb:3813 0x3000357c
- presentMenu() at [call site of the WatchUi.switchToView]
I've observed this happening generally if you don't maintain at least one view in the stack, but as said, this fails specifically on the Approach S62.
Any ideas?