Droid Tools
Home
⌘K
Search
FacebookX (Twitter)InstagramTikTokYouTubeRedditTelegramRSS Feed
Trending:
Galaxy S26•Android 16•Smartwatches• Tech Deals•Latest Reviews
Droid Tools

Droid Tools covers the latest Android news, device reviews, app updates, and OS guides. Stay informed with hands-on coverage from mobile tech experts.

Explore

  • News
  • Apps
  • OS
  • Phones
  • Reviews

Legal & Info

  • About Us
  • Contact
  • Editorial Policy
  • Review Policy
  • Privacy Policy
  • Terms & Conditions
  • Cookie Policy
  • Affiliate Disclosure
  • Disclaimer
  • HTML Sitemap
  • XML Sitemap
© 2026 Droid Tools. All rights reserved.
Home/OS/ArkUI and other improvements available in Huawei HarmonyOS 5.0.3 Beta 2
OS
huawei

ArkUI and other improvements available in Huawei HarmonyOS 5.0.3 Beta 2

Robert Haba
Mar 12, 2025Updated Mar 25, 20266 min read
Robert Haba
Robert Haba
Founder · Editor-in-Chief
Robert Haba is the founder and editor-in-chief of Droid Tools. A lifelong gadget enthusiast with over a decade following the Android ecosystem, he built this publication to cut through the noise and give readers honest, real-world coverage of the tech they actually use.
X
Profile →
OpenHarmony os arcui
0%
Share on XFacebookBluesky
Follow on Google
Advertisement
Trust this source on GoogleAlways see our reviews and tech guides first in search results
Add trusted source

Key Takeaways

Automated Editorial Synthesis
AI Overview
  • The basic component now supports the ability to insert text at a specified location in the edited text and delete the content in a specified area.
  • The pattern password lock component now supports setting whether unselected grid dots are automatically selected when the password path passes through them.
  • The Image component now supports color filling that can overwrite the original color. This feature is only available for image sources in SVG format.

With an extensive list of new features and improvements, Huawei has made the HarmonyOS 5.0.3 beta 2 rollout available to developers. Numerous areas have been enhanced by the company, such as ArkData, ArkUI, AppGallery Kit, Camera Kit, Core File Kit, and more.

Also, it has expanded these segments’ capabilities to improve internal management and developers’ overall experience. The new HarmonyOS 5.0.3 Beta 2 was created by the Chinese phone manufacturer using API 15. In comparison to the previous edition, it significantly redesigns the development scenarios.

harmonyos with arkui framework

Mainly ArkUI improves the responsiveness, callable capabilities, and customizable attributes for map services and game controllers. Only because of its graphical repercussions for the development of HarmonyOS 5.0.3 have we brought up the ArkUI in the vast changelog. The complete changelog is available at the source link below.

HarmonyOS 5.0.3 Beta 2: ArkUI Changes

  • The basic component now supports the ability to insert text at a specified location in the edited text and delete the content in a specified area.
  • The focus axis event has been added to the general events to support responses to game controller axis events. The C API also supports obtaining the value of the operation type of the current axis event.
  • The pattern password lock component now supports setting whether unselected grid dots are automatically selected when the password path passes through them.
  • Window Management A new C API for window management is defined, which is mainly used to set and get the properties of a specified window, as well as to set the status bar style and navigation bar style of a specified window.
  • The Image component now supports color filling that can overwrite the original color. This feature is only available for image sources in SVG format.
  • The Image component now supports automatic transformation based on the image matrix, providing automatic transformation optimization when presenting grid-type thumbnails in scenes similar to galleries.
  • The Tabs component and Swiper component now support setting the mouse wheel page turning mode.
  • NavDestination adds support for callbacks when events return, which is used to pass parameters when events return.
  • The TextPicker component now supports configuring the text style of each selection item.
  • The Progress component adds a new C API to support the setting of the linear progress bar style.
  • The folding screen state enumeration in the screen property module adds multiple state definitions for the folding axis 2.
  • The Node attribute style of the C API adds the background blur effect attribute NODE_BACKDROP_BLUR.
  • FrameNode now supports cross-language capabilities.
  • FrameNode now supports the expansion mode of child nodes when traversing nodes.
  • Size settings now support setting width and height to adapt to the parent component layout.
  • Text components now support shortcut key tips (labelInfo) in TextMenuItem.
  • The three types of pop-up components now support setting the pop-up display level and related properties and effects (levelMode, levelUniqueId, immersiveMode).
  • BindSheet adds support for the radius property, which is used to set the radius of the semi-modal page corners, and adds support for the detentSelection property, which is used to set the non-gesture switching position.
  • Added a new navigation point component, providing two navigation point styles: dot navigation point and digital navigation point.
  • The Swiper and Tabs components now support animated transitions.
  • The Swiper component now supports sliding behavior interception events, which can determine whether sliding behavior is allowed. The C API controls this through a property named NODE_SWIPER_EVENT_ON_CONTENT_WILL_SCROLL.
  • Third-party platforms have added support for finding the previous or next focus (ARKUI_ACCESSIBILITY_NATIVE_ACTION_TYPE_NEXT_HTML_ITEM, ARKUI_ACCESSIBILITY_NATIVE_ACTION_TYPE_PREVIOUS_HTML_ITEM) when they are connected to the ArkUI accessibility framework.
  • The third-party platform is connected to the ArkUI accessibility framework to add support for multi-instance scenarios.
  • The NavDestination component information of the ohos.arkui.observer module adds the NavDestination type and uniqueId.
  • Added support for C API screenshot capability.
  • UIContext now supports getting screenshots of loaded components by unique Id.
  • UIContext now supports the ability to obtain the layout information of the meta-service menu bar relative to the window.
  • New C API for common events supports obtaining the ID of the current touch event trigger.
  • A new interface with the same name has been added to the window for 2-in-1 devices to set application window size limits.
  • A new interface of the same name is added to the window for specifying the position of the mouse within the window and moving the window.
  • The window adds an asynchronous callback for the window close event monitoring of 2-in-1 devices.
  • The window now supports enabling the monitoring of picture-in-picture window size change events.
  • The window now supports dynamically setting the title of the window title bar.
  • The window now supports setting the main window’s support modes (full screen, floating window, split screen, etc.).
  • NavDestination now supports setting whether to hide the back button in the title bar.
  • Added C API support for controlling focus and handling focus events.
  • Added C API to support forwarding of clone events.
  • The Popup component adds the keyboardAvoidMode property to set whether the Popup bubble avoids the soft keyboard.
  • The pop-up window now supports setting the distance to avoid the keyboard. The ArkTS API is provided as attributes. You can search for the keyword keyboardAvoidDistance in the table pointed to by the link.
  • The attribute string now supports the settings of ResourceStr type images.
  • The attributed string image object now supports obtaining the attributed string image color filter effect (colorFilter).
  • The drag capability now supports obtaining the drag data of the drag progress bar.
  • The component screenshot capability now supports defining component screenshot areas.
  • The Tabs component adds component parameters to support setting the tab position of the Tabs.
  • Text components now support triggering callbacks when the text content is about to change.
  • Added support for obtaining whether touch-related events come from the left or right hand, involving multiple modules: the event module added relevant C API, the gesture binding method added a hand attribute to the FingerInfo object, the touch event TouchObject object added a hand attribute, and the click event clickevent object added a hand attribute.
  • Added support for checking the number of fingers touching the screen, involving multiple modules: NDK added related C APIs, and components added the property isFingerCountLimited to set whether to check the number of fingers touching the screen. This property can be viewed in the reference page of each component.
  • Added support for setting the priority of key event processing and the ability to redistribute. Involved: NDK added a C API for setting the priority of key event processing, NDK added NODE_DISPATCH_KEY_EVENT to the ArkUI_NodeEventType enumeration, indicating the component key event redispatching event (C API), UIContext added an ArkTS API for setting the priority of key event processing, and UIContext added an ArkTS API for distributing key events to specified components.
  • The C API adds support for NODE_CHECKBOX_GROUP-related capabilities. You can search for this keyword in the API reference.
Trust this source on GoogleAlways see our reviews and tech guides first in search results
Add trusted source
Tags:#ark#arkui#beta#harmony#harmonyoshuawei#oxygen os beta#update
Recommended Deals
1 / 5
Google Pixel Watch 5 (45mm)

Google Pixel Watch 5 (45mm)

5.0
529.99
Buy on Amazon
✨DEAL
Google Pixel 11 Pro

Google Pixel 11 Pro

5.0
1,099.00$1,299.00-15%
Buy on Amazon
👑A good choice
Apple iPhone 17 Pro

Apple iPhone 17 Pro

4.8
$1,012.97$1,099.00-8%
Buy on Amazon
Samsung Galaxy Watch 8

Samsung Galaxy Watch 8

4.9
$289.99$349.99-17%
Buy on Amazon
💎Best Android Device
Samsung Galaxy S26 Ultra

Samsung Galaxy S26 Ultra

4.9
$1,212.85$1,499.99-19%
Buy on Amazon
* As an Amazon Associate, Droid Tools earns from qualifying purchases. Read our editorial policy
Robert Haba
Robert HabaFounder · Editor-in-Chief
X

Robert Haba is the founder and editor-in-chief of Droid Tools. A lifelong gadget enthusiast with over a decade following the Android ecosystem, he built this publication to cut through the noise and give readers honest, real-world coverage of the tech they actually use.

Advertisement

Comments & Discussions

Join the conversation! We use Disqus to handle comments. Click the button below to load the comment section.

Advertisement

Latest Stories

gemini spark
01

Google Photos integration comes to Gemini Spark for Pro and Ultra users

02

Garmin Epix Pro Gen 2 Sapphire Edition drops to under $700 at Amazon

03

Pixel Watch 5 Special Edition Stephen Curry model now available

04

Google’s Scam Detection could be coming to Xiaomi phones, teardown suggests

Advertisement
Amazon Deals
5.0
Google Pixel Watch 5 (45mm)

Google Pixel Watch 5 (45mm)

Best Price
529.99
Buy

Top Deals

Garmin Epix Pro Gen 2 Sapphire Edition drops to under $700 at Amazon

Deal
Garmin Epix Pro Gen 2 Sapphire Edition drops to under $700 at Amazon

Pixel Watch 5 Special Edition Stephen Curry model now available

Deal
Pixel Watch 5 Special Edition Stephen Curry model now available

Google Pixel Watch 5 launches with bigger batteries and Gemini Intelligence

Deal
Google Pixel Watch 5 launches with bigger batteries and Gemini Intelligence
Advertisement
More Stories

Keep Reading

Robert HabaSep 4, 20261 min read
OS

Google’s Motion Assist Android feature aims to reduce car motion sickness

Google is rolling out a new Motion Assist Android feature as part of its September Android Drop, giving phone users a screen-based tool meant to reduce motion sickness during car rides. The feature places moving dots near the edges of the display, aiming to help connect what a person's eyes see with the motion their […]

motion assist
Robert HabaSep 3, 20261 min read
OS

Huawei signals plans to expand HarmonyOS outside China

Android and iOS still dominate mobile software almost everywhere, and escaping that duopoly is close to impossible even for advanced users. In the US, the options mostly come down to iOS 27 on the upcoming iPhone 18 Pro or Android 17 on phones like the Pixel 11 and the Galaxy Z Fold 8. Huawei, one […]

harmonyos next logo image
Robert HabaSep 2, 20261 min read
OS

Google’s September Android Drop brings Guided vision, Motion Assist, and more

Google has kicked off its September Android Drop, a rollout of new features spanning Gemini, Find Hub, Google Messages, and accessibility tools built into Android. The update lets Gemini remember where users have stored physical items, adds a Guided vision mode to Gemini Live for blind and low-vision users, introduces a Motion Assist feature aimed […]

Google’s September Android Drop brings Guided vision, Motion Assist, and more
Robert HabaAug 27, 20261 min read
OS

Android 17 network privacy adds ECH and SMS defenses

Android 17 network privacy is expanding with several protections aimed at keeping apps, carriers, and outside observers from learning more than they need to know about a user’s connections. In an Aug. 27 report, Stephen Schenck at Android Authority says Google’s latest changes include Encrypted Client Hello, tighter local-network access, default Certificate Transparency, and carrier-controlled […]

android 17 pixel bug
Robert HabaAug 26, 20261 min read
OS

The Android Phones With the Longest Software Update Guarantees

Android update policies used to be an afterthought. That's changed: Google and Samsung now guarantee seven years of both OS upgrades and security patches on their flagships, and several other brands have matched that number in the last year and a half. To find the phones worth highlighting, we set three rules: the update promise […]

The Android Phones With the Longest Software Update Guarantees
Read Next

Google’s Motion Assist Android feature aims to reduce car motion sickness

Google’s Motion Assist Android feature aims to reduce car motion sickness