Eetu Rantanen
Eetu Rantanen
Attempting to load a more complex config.lua will raise a warning and attempting to do the same with build.settings seems to result in the file not being loaded entirely. This...
I've run into an interesting bug on Windows simulator and I've attached a sample project that demonstrates the issue clearly. **In the sample project, if you press "s" or "w",...
Previously @Shchvova had added support for loading JS modules from subdirectories via https://github.com/coronalabs/submodule-platform-emscripten/commit/2c018f07a7661b2f95ab6ab34a3eed219b14de17, but this seems to be broken now. If you run the **js_plugin_test** project from https://github.com/coronalabs/corona/tree/master/platform/emscripten/js_plugin_tests, it'll crash...
With the HTML5 builds, there's already an option to include (or to not include) standard resources when building using the Solar2D Simulator.  If I'm not mistaken, including...
xDelta and yDelta properties were added to touch event in https://github.com/coronalabs/corona/commit/68e90cbdafb50c07be5b850c13fc02f8d75e5c9c, however, they were implemented incorrectly. The documentation pages for [xDelta](https://docs.coronalabs.com/api/event/touch/xDelta.html) and [yDelta](https://docs.coronalabs.com/api/event/touch/yDelta.html) have example codes that only work if...
There's currently a chance that the button's touch event is still called after the button's `view.parent` has already been removed and set to nil. This will result in a runtime...
The current documentation pages are incomplete and lack valuable information on how to properly use the new AdMob UMP/CMP API. This topic has been discussed in detail over at the...
Using the Docs' internal search tool will show a broken Solar2D logo link on the upper left corner of the screen. You can see the broken link by opening the...
The feature is detailed in here and has been added to Solar2D Core and will likely be a part of the next official release: https://github.com/coronalabs/corona/issues/479
I've been on a spree with updating the docs and while doing so, I've run into several pages that I believe to belong to plugins/features that are no longer supported...