cfjedimaster / Cordova-Examples

A collection of Cordova/Ionic/etc demos.
980 stars 1.07k forks source link

SMSComposer not working with direct Phonegap Desktop App. #37

Closed NisTa24 closed 6 years ago

NisTa24 commented 6 years ago

Hello Raymond sir, the SMS Composer did not work with the Phonegap desktop app. I tried sending SMS but failed to work, should I build it with the cordova plugins to run it android or is there something else wrong? Please help.

cfjedimaster commented 6 years ago

I believe the desktop app is limited to what plugins it supports, right? I'd use a simulator or a real device. Most likely a real device as I'm not sure if SMS works on the simulator.

NisTa24 commented 6 years ago

I did run it on a real device with the Phonegap Developer app in android throught the IP address given in the desktop phonegap app but still did not work.

cfjedimaster commented 6 years ago

That too has locked down plugins.

NisTa24 commented 6 years ago

ok so then i have to build in apk?

cfjedimaster commented 6 years ago

Yes - you can cordova run android to do it quickly for you - assuming you've got the Android SDK setup.

NisTa24 commented 6 years ago

Thank You so much Raymond sir.