Mobile Browser

Bifrost Technology

AuthorBifrost TechnologyPlugin Type1st Party PluginPriceFreeVersionv1.0.1LicenseMIT
NativePHP^3.0iOS18.2+Android26+

Open URLs in the system browser, in-app browser (Custom Tabs/SFSafariViewController), and handle OAuth authentication flows in NativePHP Mobile.

Features

  • Open URLs in embedded in-app browser
  • Launch system default browser
  • Specialized OAuth authentication flow with automatic redirect processing

Installation

composer require nativephp/mobile-browser

Compatibility

Platform Minimum Version
NativePHP ^3.0
iOS 18.2+
Android API 26+

API

Browser::inApp($url);  // Embedded in-app browser
Browser::open($url);   // System browser
Browser::auth($url);   // OAuth authentication session