Conversation
A HarmonyOS NEXT ability that loads the ECOS Studio web build in an ArkWeb Web component. No rendering code is ported: the app is the same web bundle, so there is one renderer to maintain rather than one per platform. CI does not build it — GitHub Actions has no HarmonyOS runner and the SDK is not redistributable. Signed-off-by: Leo Cheng <chengkelfan@qq.com>
Member
|
@Lfan-ke Thanks for the contribution! Just to confirm: is the current PR expected to work on HarmonyOS as-is, or does it still need additional setup / changes before it can run? We also don’t have HarmonyOS devices or the DevEco Studio toolchain on our side. Could you share any guidance on how we (or others) could test this PR on HarmonyOS? For example:
Appreciate the note that this is currently an untested skeleton — that helps set expectations. If there’s no practical way for us to verify it, we’ll probably have to hold off on merging this feature PR for now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A HarmonyOS NEXT ability that loads the ECOS Studio web build in an ArkWeb
Webcomponent. No rendering code is ported — the app is the same web bundle, so there is one renderer to maintain rather than one per platform. Pairs with #212, which adds the browser target.Index.etsreadsappUrlfromAppStorageand falls back to the production URL, so a development build can be aimed at a local server without a code change.What is not verified
I have no HarmonyOS toolchain, so this has not been built or run — the JSON5 manifests parse and the ArkTS follows the documented ArkWeb API, and that is the extent of it. Treat it as a starting skeleton for someone with DevEco Studio rather than a tested target.
CI cannot cover it either: GitHub Actions has no HarmonyOS runner and the SDK is not redistributable. Happy to close this if you would rather not carry an unbuilt directory.