September 16th, 2025

KinesteX v2.01.4: Bug fixes

This update fixes reported bugs with the missing events and UI inconsistencies in the new home page and also inconsistent tracking in positions that require holding for a period of time.

New Message Events

The following message events are now sent to parent applications:

Page Navigation Events

  • main_page_opened: Sent when the main application page loads

  • home_page_opened: Sent when home page data is successfully loaded and displayed

User Interaction Events

  • experience_opened: Sent when user selects any challenge or game experience

  • challenge_opened: Sent specifically when user starts an exercise challenge

  • game_opened: Sent specifically when user launches an interactive game

  • personalized_plan_opened: Sent when user navigates to their personalized fitness plan

Event Data Structure

Each event includes relevant metadata:

  • Experience events: Include exercise ID, title, and game status

  • Navigation events: Include timestamp and referral information

  • Page events: Include loading timestamps for performance tracking

Bug fixes:

  • We will skip the survey in personalized plan, if you pass the following user details when initializing the view:

        age: 30,
        height: 160, // in cm
        weight: 70, // in kg
        fitness_level: "beginner",
        lifestyle: "lightly_active",
        gender: "male",
  • Fixed inconsistency in colors in main page on the personalized plan widget. Now the button color adjusts dynamically with your color theme

    • Added back buttons in personalized plan Welcome and Assessment screens