Jinhui
Jinhui
so why this information not in the document?
Hi @texttechne Here is our babel config ```json { "presets": ["@babel/preset-env", "transform-ui5", "@babel/preset-typescript"], "plugins": [ ["@babel/plugin-proposal-decorators", { "version": "2023-11" }] ], "sourceMap": false, "ignore": [ "**/*.d.ts" ] } ``` As...
For android, I add some permission in AndroidManifest.xml and fix this problem. ```xml ``` But this information is not mentioned in the document.........
Please improve this behavior! This will cause the loading bug when using the slow network! Steps: page1 has the editor, page2 also has the editor. When using slow network, opening...