gap:

gap: URL scheme

[1] How does phoneGap (Cordova) work internally, iOS specific - Stack Overflow ( 版) http://stackoverflow.com/questions/12857462/how-does-phonegap-cordova-work-internally-ios-specific

execIframe.src = "gap://ready";

[2] How does phoneGap (Cordova) work internally, iOS specific - Stack Overflow ( 版) http://stackoverflow.com/questions/12857462/how-does-phonegap-cordova-work-internally-ios-specific

gap://echoplugin/echothistext?Hello World

This will cause phonegap to look for an echoplugin and call the echothistext method and send the text "Hello World" to the (native) plugin.