Corona SDK - Feature Requests/Feedback
Welcome to the Corona SDK feature request/feedback tool.
Tell us what features you would like to see in Corona by entering new ones and/or voting on existing entries.
PLEASE NOTE:
- You only have 15 votes. Use them wisely! You only regain votes if we delete or close an item.
- Write short descriptions/comments to give us context on what you need and mean.
- This tool is not for asking questions or long discussions. Use our forum instead.
-
persistent data storage and retrieval
This would allow a developer to define a table with a special designation called persistent.
Corona would write the contents of that table out before every shutdown. When the corona app starts, the framework would load that table with the last known values from disk.This way any app that saves user settings could have a simple way to do that, without extensions.
Almost every app needs to save user settings, and restore them the next time it runs. Why not make it part of the OS?
To initialize the table, the programmer would define the table with default values…
3 votes -
Camera as display object
This would allow the use of the Camera while having images over it.
4 votes -
Post images to Instagram
Be able to post images to Instagram like you do with Facebook,
5 votes -
OAuth 2.0 support.
It will allow us to access Instagram, Foursquare, Google and every new service comming.
9 votes -
coding to choose front or rear camera (an equivalent to UIImagePickerControllerCameraDeviceFront)
create a Corona lua method for an app to choose which camera we want the user to employ (say for shooting self portraits).
3 votes -
ARMv6 compatibility
fondamental for buziness app ... cause half of all android phones are ARMv6.
11 votes -
Soundcloud Player Integration ( Gluon Plugin )
It would be great to have the player from soundcloud integrated into an app. Imagine to be able to stream from your existing account and be able to customize it, which means to have the option to only get the stream itself without the player UI( still displaying the SC logo for copyright reasons) and be able to control it from outside(play, pause, skip, previous, etc... )
The music stream should definitely be able to play in UIBackgroundMode ( Suspended mode ) too.
Some people would maybe also like to get the chance to upload music into their account straight…
3 votes -
Ability to search the Code Exchange
I was looking through the Code Exchange (Which is an Awesome Idea) but realized there is no way to search through it! Please add the ability to search just the code exchange. Even better would be to add filters to the search as well :)
1 vote -
webSockets
Please implement websocket support in the coronaLabs SDK. This would be a huge improvement over the existing network.request API.
2 votes -
Access to raw audio samples when recording
I would like to be able to access the actual audio samples when I am recording (from e.g. the microphone). This is particularly interesting when wanting to visualize audio and/or do some FFT or audio manipulation with it.
6 votes -
Clipboard
Implement the Clipboard for text an images
22 votes -
Enhanced leaderboard functions
I've been using the Corona Cloud Leaderboards on my current game and I'm really struggling with the lack of options I have using it.
I've seen people request an option to retrieve only the players' Facebook friends scores once the Leaderboards are requested, and although I think this would be absolutely amazing, the first thing it's lacking for me is a way to actually display the current rank of the player using his ID. It really seems something simple to be added and would be enough for my current project.
It really seems that there are missing some key features…
6 votes -
CLOUD needs to have a Multi Player Lobby system
A Player Lobby system for Corona Cloud needs to be created. It needs to allow players who log in to enter a main lobby and then be able to join games that others users have created, or create their own.
Currently, there is no way for any player to see any match or chat that they do not currently already belong to. Which means, you either have to know the person you want to play with, by name, or you have to leave it up to random matches. In more complex games with 2-4 players and multiple game settings such…8 votes -
3 votes
-
Encrypt binary builds and files in System.DocumentsDirectory
I was wondering if Corona SDK could also implement a form of global encryption of all internal assets during the binary building process, perhaps a key value to put in the build.settings file so it would automatically encrypt everything against that key, to which it would decrypt all files on the fly during program execution on the device.
Similarly, I am hoping for some global method of encryption for files created in System.DocumentsDirectory so that flags and variables for in-app purchases and player stats are protected against hacking and manipulation by an ambitious end-user.As you are all aware now,…
47 votes -
updateScrollableArea to ScrollView
Would be nice if we could force the scroll area to re-evaluate it scrollable area after moving objects around inside.
For instance, setting and object to nil and then calling could shrink the area if the item was at the bottom. Moving an item lower than the lowest item previous was could re-evaluate as if a new item was inserted.
At the moment, you have to add a dummy object to extend a scroll area, and you cannot shrink it once extended.
3 votes -
Ad-Hoc builds
Allow us to build to devices using wifi (Ad-hoc) without having to build the app just download a corona viewer on the device and test the app over wifi without having to build it. This would save corona server loads and save us time.
5 votes -
Add the Facebook API call for publishinstall() so we can track installs through the Facebook to better traget our marketing
publishinstall() will allow us to better target advertising spend and help make sure our advertising budgets are being used effectively.
45 votes -
mms feature to send image attachments to cell phones
mms to piggyback on the sms already offered by Corona...
2 votes -
an equivalent to UIImagePickerControllerCameraDeviceFront
create a Corona lua method for an app to choose which camera we wanted the user to employ (say for shooting self portraits).
3 votes
- Don't see your idea?