Hello @Shprink,
Sorry to bother you again. I was able to get the transitions working properly but it seems it had a side-effect in calling outside APIs like a web service running from a server. I found out that removing the cordova-plugin-wkwebview as well as the cordova-web-server solved the problem particularly in iOS. When these two are in my project, my xcode compilation errors out saying I need to turn off BitCode property from my Build Settings and when I do that, my app is unable to reach out to ourside APIs. But when these two plugins are removed, I was able to call outside APIs.
I know that in your documentation these components are needed to eliminate the flickering effect on iOS 9 and up so I followed it but it creates a problem to my API calls.
Any ideas?
Thank you again.