zero-meta

Results 6 issues of zero-meta

When rapidly pressed '1-5' key to drop stuff, It will crashed. - Here is the screenshot: - Here is the crash report: ``` Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception...

When press key 's' or 'k' to change body type, it will crash. It's a **debug** build. - Here is the screenshot. - Here is the `llbd` report: ``` *...

When trigger a 'Runtime error' in 'timer.performWithDelay' function, can't get right stack traceback now(3696-mac-simulator). [Relative pull request](https://github.com/coronalabs/corona/pull/551#issuecomment-1700777992). Here is the test file: [test_stack_traceback.zip](https://github.com/coronalabs/corona/files/12606934/test_stack_traceback.zip) ![stack_traceback](https://github.com/coronalabs/corona/assets/18574513/112ec3e4-3e4e-41b2-81df-003089ff4ca4)

When I build a `livebuild` test on android, It keeps restarting. This situation happened when I switched simulator version from `3704` to `3706`. I suspect it has something to do...

I test it on my intel based macbook pro with macOS-simulator-3686 and 3691. Here is the crash log: ``` Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 plugin_soloud.dylib 0x111d81a0a ApplicationEvent(lua_State*) +...

Related APIs: - `webView:registerCallback(name, function)`: Register a Lua function that can be called from JavaScript - `webView:on(eventName, listener)`: Listen for events from JavaScript - `webView:send(eventName, data)`: Send data to WebView...