I am exploring capabilities and features of PhoneGap. I have gone through the PhoneGap site. Is there any possibility (or) workaround to send text messages and access phoneb
For version 2.3, also check this: https://github.com/dimitrismistriotis/SendSmsCordovaPlugin, MIT liscnse. (Disclaimer: Written by me).
Yes on both accounts. There are Contacts and SMS classes as part of the Javascript API.
You can also write phonegap plugins to achieve functions on top of phonegap (e.g. send SMS).
See the github project https://github.com/phonegap/phonegap-plugins.
Basically the crux of it is that you can write native android (or other platform) code with inside the plugin, register that plugin with the phonegap plugin manager and then youll have access to all APIs (e.g. SMSManager) :-)
The function is outdated.
But Plugins will get it work:
According to the Roadmap planing, Phonegap will add a messaging API in summer 2012.