New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@dvsa/capacitor-plugin-lock-detection

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dvsa/capacitor-plugin-lock-detection

detect if ios app running in multi window mode

latest
Source
npmnpm
Version
0.0.3-canary.0
Version published
Weekly downloads
3
Maintainers
4
Weekly downloads
 
Created
Source

capacitor-plugin-window-mode

detect if ios app running in multi window mode

Install

npm install capacitor-plugin-window-mode
npx cap sync

API

  • isInWindowMode()
  • addListener('windowModeChanged', ...)
  • Interfaces

isInWindowMode()

isInWindowMode() => Promise<WindowStatus>

Determine if the app is running in window mode.

Returns: Promise<WindowStatus>

addListener('windowModeChanged', ...)

addListener(eventName: 'windowModeChanged', listenerFunc: (info: { isInWindowMode: boolean; }) => void) => Promise<PluginListenerHandle>
ParamTypeDescription
eventName'windowModeChanged'- name of the event to listen for.
listenerFunc(info: { isInWindowMode: boolean; }) => void- function to be run when the event is emitted.

Returns: Promise<PluginListenerHandle>

Interfaces

WindowStatus

PropType
isInWindowModeboolean

PluginListenerHandle

PropType
remove() => Promise<void>

Keywords

capacitor

FAQs

Package last updated on 11 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts