Please let me know where I am wrong:
<!-- config.xml reference: https://build.phonegap.com/docs/confi... -->
myPR Patient Survey V2.7
Patient Survey Form
Divya
<!--
If you do not want any permissions to be added to your app, add the
following tag to your config.xml; you will still have the INTERNET
permission on your app, which PhoneGap requires.
-->
<!-- Customize your app and platform with the preference element. -->
<!-- <preference name="phonegap-version" value="3.7.0" /> all: default means both landscape and portrait are enabled -->
<!-- all: default means both landscape and portrait are enabled -->
<!-- all: possible values handset, tablet, or universal -->
<!-- all: hides the status bar at the top of the screen -->
<!-- ios: control whether the screen 'bounces' when scrolled beyond the top -->
<!-- ios: if icon is prerendered, iOS will not apply it's gloss to the app's icon on the user's home screen -->
<!-- ios: external links should open in the default browser, 'true' would use the webview the app lives in -->
<!-- ios: black-translucent will appear black because the PhoneGap webview doesn't go beneath the status bar -->
<!-- ios: controls whether data types (such as phone no. and dates) are automatically turned into links by the system -->
<!-- ios: if set to true, app will terminate when home button is pressed -->
<!-- ios: if set to false, the spinner won't appear on the splash screen during app loading -->
<!-- ios: if set to false, the splash screen must be hidden using a JavaScript API -->
<!-- blackberry: prevents a mouse-icon/cursor from being displayed on the app -->
<!-- android: MIN SDK version supported on the target device. MAX version is blank by default. -->
<!-- android: app install location. 'auto' will choose. 'internalOnly' is device memory. 'preferExternal' is SDCard. -->
<!--
Define a specific version of PhoneGap to build into your app.
<preference name="phonegap-version" value="3.5.0" />
-->
<!-- Plugins -->
<!-- Core plugins -->
<!-- Third party plugins -->
<!-- A list of available plugins are available at https://build.phonegap.com/plugins -->
<!--
<gap:plugin name="com.phonegap.plugins.barcodescanner" />
-->
<!-- Define app icon for each platform. -->
<!-- Define app splash screen for each platform. -->
100
<!--
Define access to external domains.
<access /> - a blank access tag denies access to all external resources.
<access origin="*" /> - a wildcard access tag allows access to all external resource.
Otherwise, you can specify specific domains:
<access origin="http://phonegap.com" /> - allow any secure requests to http://phonegap.com/
<access origin="http://phonegap.com" subdomains="true" /> - same as above, but including subdomains, such as http://build.phonegap.com/
<access origin="http://phonegap.com" browserOnly="true" /> - only allows http://phonegap.com to be opened by the child browser.
-->
<!-- Added the following intents to support the removal of whitelist code from base cordova to a plugin -->
<!-- Whitelist configuration. Refer to https://cordova.apache.org/docs/en/ed... -->
<!-- config.xml reference: https://build.phonegap.com/docs/confi... -->
myPR Patient Survey V2.7
Patient Survey Form
Divya
<!--
If you do not want any permissions to be added to your app, add the
following tag to your config.xml; you will still have the INTERNET
permission on your app, which PhoneGap requires.
-->
<!-- Customize your app and platform with the preference element. -->
<!-- <preference name="phonegap-version" value="3.7.0" /> all: default means both landscape and portrait are enabled -->
<!-- all: default means both landscape and portrait are enabled -->
<!-- all: possible values handset, tablet, or universal -->
<!-- all: hides the status bar at the top of the screen -->
<!-- ios: control whether the screen 'bounces' when scrolled beyond the top -->
<!-- ios: if icon is prerendered, iOS will not apply it's gloss to the app's icon on the user's home screen -->
<!-- ios: external links should open in the default browser, 'true' would use the webview the app lives in -->
<!-- ios: black-translucent will appear black because the PhoneGap webview doesn't go beneath the status bar -->
<!-- ios: controls whether data types (such as phone no. and dates) are automatically turned into links by the system -->
<!-- ios: if set to true, app will terminate when home button is pressed -->
<!-- ios: if set to false, the spinner won't appear on the splash screen during app loading -->
<!-- ios: if set to false, the splash screen must be hidden using a JavaScript API -->
<!-- blackberry: prevents a mouse-icon/cursor from being displayed on the app -->
<!-- android: MIN SDK version supported on the target device. MAX version is blank by default. -->
<!-- android: app install location. 'auto' will choose. 'internalOnly' is device memory. 'preferExternal' is SDCard. -->
<!--
Define a specific version of PhoneGap to build into your app.
<preference name="phonegap-version" value="3.5.0" />
-->
<!-- Plugins -->
<!-- Core plugins -->
<!-- Third party plugins -->
<!-- A list of available plugins are available at https://build.phonegap.com/plugins -->
<!--
<gap:plugin name="com.phonegap.plugins.barcodescanner" />
-->
<!-- Define app icon for each platform. -->
<!-- Define app splash screen for each platform. -->
100
<!--
Define access to external domains.
<access /> - a blank access tag denies access to all external resources.
<access origin="*" /> - a wildcard access tag allows access to all external resource.
Otherwise, you can specify specific domains:
<access origin="http://phonegap.com" /> - allow any secure requests to http://phonegap.com/
<access origin="http://phonegap.com" subdomains="true" /> - same as above, but including subdomains, such as http://build.phonegap.com/
<access origin="http://phonegap.com" browserOnly="true" /> - only allows http://phonegap.com to be opened by the child browser.
-->
<!-- Added the following intents to support the removal of whitelist code from base cordova to a plugin -->
<!-- Whitelist configuration. Refer to https://cordova.apache.org/docs/en/ed... -->






