Natively Docs
Join our community 🔥
  • 👩‍🚀Getting Started
    • What is Natively?
    • Why Natively?
    • FAQ
    • Create Your First App
  • 🚀Natively Platform
    • 🚉Releases
    • 🖌️Appearance
      • 😼App Icon
      • 📱Loading Screen
      • 📱Error Screen
      • 🎨Style
    • 🎬Preview
    • ⭐Features
      • 🛳️Bottom Bar
      • 🚇Deeplinks
        • 🔥Firebase
        • 🔗Universal Links
        • 🌱Branch.io
      • 📍Geolocation
      • 🔔Notifications
        • 📲OneSignal Notifications
        • 🔥Firebase Notifications (Advanced)
      • 📒Contacts
      • 👩‍🎨Social Auth
        • 🍏Sign In with Apple
      • 💟HealthKit
      • 💰Purchases
      • 🤑Admob
      • 💳NFC
      • 📷Camera
      • 📂Photo Library
      • 🎤Microphone
      • 📈Analytics
        • 🕊️AppsFlyer
        • 😛Facebook
    • 🚚Publish
      • 🍏iOS App
      • 🤖Android App
    • ⚙️Settings
    • 🙈Subscription Plans
  • Guides
    • 🧋Integration (Native Features)
      • 🏅How to get started?
      • ℹ️Device
      • ℹ️Browser Info
      • 🛳️Bottom Bar
      • ✂️Clipboard
      • 🚦Push Notifications - OneSignal
      • 🚦Push Notifications - Firebase (Advanced)
      • 📍Geolocation
      • 📦App Storage
      • 🗝️Biometrics & Credentials
      • 📧Native SMS/Email
      • 📅Native Date Picker
      • 📸Native Camera
      • 🎙️Native Audio Recorder
      • 🈁Native Scanner (QR/Barcode)
      • 📔Contacts
      • 🍏Apple Sign In
      • ❤️HealthKit
      • 💸In-App Purchases
      • 🤑Admob
      • 💳NFC
      • 🥑Show Toast/Banner
      • ⏳Show/Hide Loading Screen
      • 🥑Haptic Feedback
      • 🖼️Share Media/Files
      • 📱Open an external App/URL
      • ✍️Request User's review
      • ↔️getInsets
      • 🎨Control Style & Colors
    • 🔍Troubleshooting
    • 🐈Setup RevenueCat App
    • 🚑Setup Admob App
    • 🚥Setup One Signal App
    • 🧑‍🤝‍🧑Setup website Universal Links (Deeplinks)
    • 🍕Testing & Submitting your app
    • 🔑Generate iOS Push Key (NEW)
    • 🔑Generate iOS Push Certificate (Legacy)
    • 🤝Affiliate program
    • 📕For Partners: Natively Brand Book.
Powered by GitBook
On this page
  • General App Info
  • App Name
  • App Url
  • External App Schemes
  • Internal URLs
  • iPad support [Only for iOS]
  • Reload WebView [Advanced]

Was this helpful?

  1. Natively Platform

Settings

Do not forget to save your changes and rebuild your app.

PreviousAndroid AppNextSubscription Plans

Last updated 2 months ago

Was this helpful?

General App Info

App Name

The name of your application. Will be displayed on a device.

App Url

The URL of your website that runs inside of your application.

If your app is password protected (and it's not displayed in the app), please use the following formatting for your URL https://{username}:{password}@yourwebsiteurl.com (example: https://roman:123456@yourwebsiteurl.com)

External App Schemes

These app schemes will allow to open external apps from yours. Write the scheme in the input and click the 'Add' button.

Internal URLs

These URLs/Domains are allowed to opened in the app's browser. e.g "paypal.com" will open "sandbox.paypal.com" and "c.paypal.com". Feel free to use Regex here. Write the URL/Domani in the input and click the 'Add' button.

iPad support [Only for iOS]

  • Select devices that you want to be supported

  • iPhone, iPad or both

  • Android tablets are supported by default

If your previously submitted version included iPad support, it's crucial to keep this setting consistent in subsequent builds.

Reload WebView [Advanced]

Reload the WebView after a period in the background or screen lock, or manually trigger a reload.

  1. Enable the feature, set time interval (seconds), save, and rebuild.

  2. Manual reload:

2.1. Bubble: "Natively - Reload WebView" action.

2.2. JS SDK: window.natively.reloadWebview();

🚀
⚙️