Ticket Created
over 3 years ago

CIQQA-862

onPartialUpdate is not called on fr735 (simulator and device)

sdk 4.0.7 (3.26 too)
eclipse CIQ plug in: 4.1.0.beta2
eclipse Version: 2021-12 (4.22.0) Build id: 20211202-1639
windows 10
watch face
minSdkVersion 2.4.0

Parents
  • The fr735 doesn't have the hardware required for onPartialUpdate.  A device needs a display where only a part of it can be updated, and with the fr735 it's always the full screen.

    You can check if a device supports onPartialUpdate with

    if( Toybox.WatchUi.WatchFace has :onPartialUpdate ) {}

Comment
  • The fr735 doesn't have the hardware required for onPartialUpdate.  A device needs a display where only a part of it can be updated, and with the fr735 it's always the full screen.

    You can check if a device supports onPartialUpdate with

    if( Toybox.WatchUi.WatchFace has :onPartialUpdate ) {}

Children
No Data