Mini program takes 5 seconds to launch #435
Replies: 2 comments 1 reply
-
Hello, it took nearly 5 seconds, and such an experience is really bad. Is it convenient for you to provide the project code to the official for troubleshooting? If it's not convenient to share on Github, you can privately message us on Discord. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I rewrote my code and it seems to work now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have written my first mini program. It just checks something once a day and send a notification if something happens. There is also one screen that you can launch and view. It all works except if you launch it from the scrolling app list it takes about 4 seconds before it appears. All it is doing is querying the state of the watch. It is the same on the emulator. I am running it on a Balance.
App.js litrally just sets up a daily alarm that calls an app-service. The service just checks the phone and, if needed, raises a notification.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions