Server hosted Webapp using plugins when shown in Android and iOS

Could you please elaborate more?
If I redirect a native app to a web page, support for cordova plugins gets lost.

Let me give you an example:

  • AppStudio/PhoneGap native app for Android has reference to a number of cordova/npn plugins.
  • All plugin functionalities work fine.
  • The native app redirects to a web hosted page via window.location.
  • Cordova becomes undefined and as a consequence plugins are not available.