How To Connect Phonegap Application To Internet
I am coding applications using PhoneGap. In my apps I want to load sources from online using src='url' e.g. pictures, texts or the google reCHAPTA. Testing it in my browser it wor
you have to add plugin whitelist
open project parent folder in command prompt and run
cordova plugin add cordova-plugin-whitelist
Hope it helps!
Post a Comment for "How To Connect Phonegap Application To Internet"