There's an issue where the particle simulation on Android does not work properly on initial startup. It's probably due to invalid handling of the app life-cycle.
Current workaround to get the simulation running properly is to simply suspend and resume the sample. For example:
- Start the sample app
- Navigate to another app
- Navigate back to the sample app
There's an issue where the particle simulation on Android does not work properly on initial startup. It's probably due to invalid handling of the app life-cycle.
Current workaround to get the simulation running properly is to simply suspend and resume the sample. For example: