
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@nadlowebagentur/capacitor-in-app-browser
Advanced tools
Open InApp webView based browser
npm install capacitor-in-app-browser
npx cap sync
open(...)
navigate(...)
close()
back()
forward()
reload()
canGoForward()
canGoBack()
addListener('urlChanged', ...)
open(options: { url: string; marginTop?: number; allowedOrigins?: string[]; }) => Promise<void>
Param | Type |
---|---|
options | { url: string; marginTop?: number; allowedOrigins?: string[]; } |
navigate(options: { url: string; }) => Promise<void>
Param | Type |
---|---|
options | { url: string; } |
close() => Promise<void>
back() => Promise<void>
forward() => Promise<void>
reload() => Promise<void>
canGoForward() => Promise<{ value: boolean; }>
Returns: Promise<{ value: boolean; }>
canGoBack() => Promise<{ value: boolean; }>
Returns: Promise<{ value: boolean; }>
addListener(eventName: 'urlChanged', listenerFunc: (data: { url: string; }) => void) => Promise<PluginListenerHandle> & PluginListenerHandle
iOS only: Listen for the browser url changed event. It fires when the Browser navigate to other URL.
Param | Type |
---|---|
eventName | 'urlChanged' |
listenerFunc | (data: { url: string; }) => void |
Returns: Promise<PluginListenerHandle> & PluginListenerHandle
Since: 0.0.1
Prop | Type |
---|---|
remove | () => Promise<void> |
FAQs
Open InApp webView based browser
The npm package @nadlowebagentur/capacitor-in-app-browser receives a total of 43 weekly downloads. As such, @nadlowebagentur/capacitor-in-app-browser popularity was classified as not popular.
We found that @nadlowebagentur/capacitor-in-app-browser demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.