• Check if the game is running as a native mobile app - which in the case of an exported GDevelop game means: running packaged inside Cordova/Capacitor.js.

    Note: this could be improved to also detect running inside an embedded webview.

    Returns boolean

    true if running inside Cordova (or Capacitor.js).