Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ionic-team/ionic-portals
Portals Javascript Library and Docs
https://github.com/ionic-team/ionic-portals
Last synced: 27 days ago
JSON representation
Portals Javascript Library and Docs
- Host: GitHub
- URL: https://github.com/ionic-team/ionic-portals
- Owner: ionic-team
- License: other
- Created: 2021-07-07T20:16:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T14:40:17.000Z (7 months ago)
- Last Synced: 2024-04-20T17:43:21.183Z (7 months ago)
- Language: JavaScript
- Homepage: https://ionic.io/docs/portals
- Size: 30.6 MB
- Stars: 50
- Watchers: 10
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
⚡️ A supercharged native Web View for iOS and Android ⚡️
---
Ionic Portals is a supercharged native Web View component for iOS and Android that lets you add web-based experiences to native mobile apps. It enables native and web teams to better collaborate and bring new and existing web experiences to mobile in a safe, controlled way.
## Getting Started
See our docs to [get started with Portals](https://ionic.io/docs/portals/getting-started/guide).
## Registration
The Ionic Portals library for [Android](https://github.com/ionic-team/ionic-portals-android) and [iOS](https://github.com/ionic-team/ionic-portals-ios) requires a license key to use. Once you have integrated Portals into your project, login to your ionic account to get a key. See our doc on [how to register for your Portals license key](https://ionic.io/docs/portals/getting-started#signup-for-access) and refer to the [Android](https://ionic.io/docs/portals/getting-started/android) or [iOS](https://ionic.io/docs/portals/getting-started/iOS) getting started guides to see where to add your key.
## FAQ
### Where is the iOS and Android Code?
This repo contains the documentation and web plugin code for Portals. The [Android](https://github.com/ionic-team/ionic-portals-android) and [iOS](https://github.com/ionic-team/ionic-portals-ios) native libraries are split into their own repos to more easily version and release for their respective platforms.
### What is the pricing for Portals use?
[Contact our sales team](https://ionic.io/portals#sales) for more information about pricing.
### Is Portals Open Source?
See the [license](https://github.com/ionic-team/ionic-portals/blob/main/LICENSE.md).
### How is Portals Related to Capacitor and Ionic?
Ionic Portals is a solution that lets you add web-based experiences to your native mobile apps. Portals uses [Capacitor](https://capacitorjs.com) as a bridge between the native code and the web code to allow for cross-communication between the two layers. Because Portals uses Capacitor under the hood, you are able to use any existing [Capacitor Plugins](https://capacitorjs.com/docs/plugins) and even most [Cordova Plugins](https://capacitorjs.com/docs/plugins/cordova) while continuing to use your existing native workflow.
[Ionic Framework](https://ionicframework.com/) is the open source mobile app development framework that makes it easy to build top quality native and progressive web apps with web technologies. You can develop your web experiences with Ionic, but it's not necessary to use Portals.