Skip to content

Commit

Permalink
chore: fix vercel build
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS committed Aug 13, 2024
1 parent 19ceeba commit 6aed659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apis/inappbrowser.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: InAppBrowser Capacitor Plugin API
description: The InAppBrowser Plugin provides a web browser view that allows you to load any web page externally. It behaves as a standard web browser and is useful to load untrusted content without risking your application's security. It offers three different ways to open URLs: in a WebView, in an in-app system browser (Custom Tabs for Android and SFSafariViewController for iOS), and in the device's default browser.
description: The InAppBrowser Plugin provides a web browser view that allows you to load any web page externally. It behaves as a standard web browser and is useful to load untrusted content without risking your application's security. It offers three different ways to open URLs; in a WebView, in an in-app system browser (Custom Tabs for Android and SFSafariViewController for iOS), and in the device's default browser.
custom_edit_url: https://github.com/ionic-team/capacitor-os-inappbrowser/blob/main/README.md
editApiUrl: https://github.com/ionic-team/capacitor-os-inappbrowser/blob/main/src/definitions.ts
sidebar_label: InAppBrowser
Expand Down

0 comments on commit 6aed659

Please sign in to comment.