getPictureMedia(): Promise<string | boolean> {
    if (!document.URL.startsWith('http')) {
      return this.nativeGetPictureMedia();
    }
    // on a desktop device.