PhoneGap Roadmap
RED - not possible for this device
YELLOW - we're working on it!
GREEN - works!
| |
iPhone |
Android |
Blackberry (OS 4.5) |
Symbian1 |
Windows Mobile |
? |
| Geolocation |
|
|
|
|
|
|
| Accelerometer |
|
|
OS 4.7 |
|
|
|
| Camera |
|
|
|
|
|
|
| Vibration |
|
|
|
|
|
|
| Contacts API |
|
Android 2.0 |
|
|
|
|
| SQLite Functionality |
|
Android 2.0 |
|
|
|
|
| XMPP API |
|
|
|
|
|
|
| File system IO |
|
|
|
|
|
|
| Gesture / Multitouch |
|
Android 2.0 |
|
|
|
|
| SMS API |
|
|
|
|
|
|
| Telephone API |
|
|
|
|
|
|
| Copy / Paste |
|
|
|
|
|
|
| Sounds (Play) |
|
|
|
|
|
|
| Sounds (Record) |
|
|
|
|
|
|
| Bluetooth |
|
|
|
|
|
|
| Wifi Adhoc connection |
|
|
|
|
|
|
| Maps |
|
|
|
|
|
|
| Orientation change |
|
|
|
|
|
|
| Network availability |
|
|
|
|
|
|
| Magnetometer |
3GS only |
|
|
|
|
|
| Storage |
|
|
|
|
|
|
Considerations and contributions for Windows Mobile, Symbian and other devices welcome!
**Currently investigating
Phone Orientation Change Events for JavaScript and CSS selectors
http://groups.google.com/group/phonegap/browse_thread/thread/6da50c82cb7ae738
Whitelist of domains that can be loaded inside the phonegap.
affordable essays
affordable research papers
affordable theses
affordable term papers
affordable dissertations
Comments (9)
John said
at 1:54 pm on Nov 24, 2008
We're using a hack like Ben Feist's to open the maps application on the iPhone... could it fit somehow into the roadmap?
http://groups.google.com/group/phonegap/browse_thread/thread/8ea8042cb18defd8/090d328f4f8a6685?lnk=gst&q=google+map#090d328f4f8a6685
http://discussions.apple.com/thread.jspa?messageID=8025518
Brian LeRoux said
at 12:29 pm on Nov 28, 2008
yessir
Will Kessler said
at 8:33 pm on Dec 16, 2008
What do the colors mean? Do you have any dates in mind for feature completion? Would love to hear...
Dave Johnson said
at 3:33 pm on Dec 17, 2008
I put in colors for BlackBerry and green means complete, yellow is work in progress and red is not gonna happen in the forseable future for whatever reason. It is getting complicated with blackberry but I think that we might just start with support for OS 4.6 and above since the browser in OS 4.5 and below sucks big time.
We should add some dates to that maybe. A lot of the features are coming from needs of people that are building apps with it today so dates are tough :)
WebShotsPro.com said
at 7:00 am on Dec 31, 2008
I'd like to recommend adding Socket conenctions to this list. I used the socket functionality of Jiggy extensively and it was very useful. I would love to see similar functionality in PhoneGap.
I'm not sure if creating custom event handlers like this is even possible in PhoneGap, but I'm willing to give it a try. I have some initial Cocoa code up and running to connect to sockets and listen for data, now I just need to apply it to PhoneGap. Is it even possible to do this kind of two-way communication between javascript and cocoa?
The full socket command listing from Jiggy is here:
http://tinyurl.com/7kok9g
--
Socket Functions
Socket
Creates a new socket listening on the given port.
disconnect
Closes the specified connection.
disconnectAll
Closes all current connections but allows new ones.
send
Sends data synchronously to the given connection.
sendAll
Sends the same data to all current connections.
close
Closes all connections and disables the listening socket so that it will not accept any more incoming connections.
Events
onConnect
This function is called whenever a new connection is accepted but before any data is read from it.
onData
This function is called when data arrives on the socket.
onDisconnect
Called whenever a connection is closed, either because the remote host closed it, you closed it or there was an error that caused it to close.
ClientSocket
Functions and Properties
ClientSocket
Creates a new client socket.
connect
Opens a connection
disconnect
Closes the connection.
isConnected
send
Sends a string synchronously.
close
Events
onData
This function is called when data arrives on the socket.
onDisconnect
Called whenever the connection is closed, either because the remote host closed it, you closed it or there was an error that caused it to close.
Mauro Tortone said
at 9:42 am on Jan 15, 2009
I think should be improved the geolocation features, considering to add support for knowing level of the GPS signal.
In addition possibility to include and play audio and/or video from aan internet source.
Also improved the map support. For example is not possible to pass through the query string an url for a kml/kmz file
mboehmer said
at 5:22 am on Feb 23, 2009
Maybe a support for Windows Mobile is possible in conjunction with Google Gears Mobile?
Lee Barney said
at 9:24 pm on Feb 23, 2009
I see that contacts, sqlite wrapper, and maps are in the roadmap as being complete but I don't see any JavaScript calls for these in the download I did today. Am I missing something?
hemisphire said
at 11:32 am on Oct 15, 2009
I changed colors for BlackBerry - I'm working on SMS, and adhoc Wi-Fi is not supported.
You don't have permission to comment on this page.