Skip to content Skip to sidebar Skip to footer

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

Solution 1:

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"