New User - plugins from phonegap not working

Hello, new user here, sorry to be asking questions fresh out of the gate. I have an app I published on Apple and Google stores that I last built about a year and a half ago using phonegap. I was able to migrate over to voltbuild and generate updates to my app. Unfortunately, it appears that neither of the plugins I use is working. I’m using the following plugins:

  <plugin name="cordova-plugin-splashscreen" source="npm" spec="~3.2.2"/>
  <plugin name="cordova-plugin-whitelist" source="npm" spec="~1.2.1"/>

I noticed they weren’t working correctly or at all after I released them to production. In IOS the splash screen is blank and when I tap on a phone number or email address in my app nothing happens when it used to open the dialer or email app. I feel I must not have migrated something over correctly, or some syntax may have changed from phonegap. Here’s my config.xml file, I’m currently testing on iOS debug:

<widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0" id="com.ssa-corp.metalcalculator" version="2.0.8">
  <name>Service Steel Weight Calculator</name>
  <description>Service Steel Aerospace metal weight calculator and unit converter.</description>
  <author href="http://www.ssa-corp.com" email="sales@ssa-corp.com">Service Steel Aerospace</author>
  <content src="index.html"/>
  <preference name="phonegap-version" value="cli-8.1.1" />
  <preference name="DisallowOverscroll" value="true"/>
  <preference name="android-minSdkVersion" value="22"/>
  <preference name="SplashScreen" value="splash"/>
  <preference name="SplashScreenDelay" value="3500"/>
  <preference name="ShowSplashScreenSpinner" value="false" />
  <plugin name="cordova-plugin-splashscreen" source="npm" spec="~3.2.2"/>
  <plugin name="cordova-plugin-whitelist" source="npm" spec="~1.2.1"/>
  <icon src="www/icon.png"/>
  <platform name="android">
    <icon src="res/icon/android/drawable-ldpi-icon.png" density="ldpi"/>
    <icon src="res/icon/android/drawable-mdpi-icon.png" density="mdpi"/>
    <icon src="res/icon/android/drawable-hdpi-icon.png" density="hdpi"/>
    <icon src="res/icon/android/drawable-xhdpi-icon.png" density="xhdpi"/>
    <icon src="res/icon/android/drawable-xxhdpi-icon.png" density="xxhdpi"/>
    <icon src="res/icon/android/drawable-xxxhdpi-icon.png" density="xxxhdpi"/>
	<splash src="res/screen/android/drawable-land-ldpi-screen.png" platform="android" qualifier="land-ldpi"/>
	<splash src="res/screen/android/drawable-land-mdpi-screen.png" platform="android" qualifier="land-mdpi"/>
	<splash src="res/screen/android/drawable-land-hdpi-screen.png" platform="android" qualifier="land-hdpi"/>
	<splash src="res/screen/android/drawable-land-xhdpi-screen.png" platform="android" qualifier="land-xhdpi"/>
	<splash src="res/screen/android/drawable-land-xxhdpi-screen.png" platform="android" qualifier="land-xxhdpi"/>
	<splash src="res/screen/android/drawable-land-xxxhdpi-screen.png" platform="android" qualifier="land-xxxhdpi"/>
	<splash src="res/screen/android/drawable-port-ldpi-screen.png" platform="android" qualifier="port-ldpi"/>
	<splash src="res/screen/android/drawable-port-mdpi-screen.png" platform="android" qualifier="port-mdpi"/>
	<splash src="res/screen/android/drawable-port-hdpi-screen.png" platform="android" qualifier="port-hdpi"/>
	<splash src="res/screen/android/drawable-port-xhdpi-screen.png" platform="android" qualifier="port-xhdpi"/>
	<splash src="res/screen/android/drawable-port-xxhdpi-screen.png" platform="android" qualifier="port-xxhdpi"/>
	<splash src="res/screen/android/drawable-port-xxxhdpi-screen.png" platform="android" qualifier="port-xxxhdpi"/>
  </platform>
  <platform name="ios">
    <icon src="res/icon/ios/icon.png" platform="ios" width="57" height="57"/>
    <icon src="res/icon/ios/icon@2x.png" platform="ios" width="114" height="114"/>
    <icon src="res/icon/ios/icon-40.png" platform="ios" width="40" height="40"/>
    <icon src="res/icon/ios/icon-40@2x.png" platform="ios" width="80" height="80"/>
    <icon src="res/icon/ios/icon-50.png" platform="ios" width="50" height="50"/>
    <icon src="res/icon/ios/icon-50@2x.png" platform="ios" width="100" height="100"/>
    <icon src="res/icon/ios/icon-60.png" platform="ios" width="60" height="60"/>
    <icon src="res/icon/ios/icon-60@2x.png" platform="ios" width="120" height="120"/>
    <icon src="res/icon/ios/icon-60@3x.png" platform="ios" width="180" height="180"/>
    <icon src="res/icon/ios/icon-72.png" platform="ios" width="72" height="72"/>
    <icon src="res/icon/ios/icon-72@2x.png" platform="ios" width="144" height="144"/>
    <icon src="res/icon/ios/icon-76.png" platform="ios" width="76" height="76"/>
    <icon src="res/icon/ios/icon-76@2x.png" platform="ios" width="152" height="152"/>
    <icon src="res/icon/ios/icon-small.png" platform="ios" width="29" height="29"/>
    <icon src="res/icon/ios/icon-small@2x.png" platform="ios" width="58" height="58"/>
    <icon src="res/icon/ios/icon-small@3x.png" platform="ios" width="87" height="87"/>
    <icon src="res/icon/ios/icon-167.png" platform="ios" width="167" height="167"/>
    <icon src="res/icon/ios/icon-1024.png" platform="ios" width="1024" height="1024"/>
    <splash src="res/screen/ios/Default-568h@2x~iphone.png" platform="ios" width="640" height="1136"/>
    <splash src="res/screen/ios/Default-667h.png" platform="ios" width="750" height="1334"/>
    <splash src="res/screen/ios/Default-736h.png" platform="ios" width="1242" height="2208"/>
    <splash src="res/screen/ios/Default-Landscape-736h.png" platform="ios" width="2208" height="1242"/>
    <splash src="res/screen/ios/Default-Landscape@2x~ipad.png" platform="ios" width="2048" height="1536"/>
    <splash src="res/screen/ios/Default-Landscape~ipad.png" platform="ios" width="1024" height="768"/>
    <splash src="res/screen/ios/Default-Portrait@2x~ipad.png" platform="ios" width="1536" height="2048"/>
    <splash src="res/screen/ios/Default-Portrait~ipad.png" platform="ios" width="768" height="1024"/>
    <splash src="res/screen/ios/Default@2x~iphone.png" platform="ios" width="640" height="960"/>
    <splash src="res/screen/ios/Default~iphone.png" platform="ios" width="320" height="480"/>
  </platform>
  <access origin="*"/>
  <allow-intent href="http://*/*"/>
  <allow-intent href="https://*/*"/>
  <allow-intent href="tel:*"/>
  <allow-intent href="sms:*"/>
  <allow-intent href="mailto:*"/>
  <allow-intent href="geo:*"/>
  <allow-navigation	href="*"/>
  <platform name="android">
    <allow-intent href="market:*"/>
  </platform>
  <platform name="ios">
    <allow-intent href="itms:*"/>
    <allow-intent href="itms-apps:*"/>
  </platform>
</widget>

Any guidance you can provide is greatly appreciated.

There’s a newer version of the splashscreen plugin. Here’s a blog post from the Cordova team:

There is also a newer version of the whilelist plugin:

Thanks, I’ll give those a try.