Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 1.06 KB

File metadata and controls

47 lines (37 loc) · 1.06 KB
name NativePHP Mobile Browser
author Bifrost Technology
price Free
version 1.0.1
license MIT
github https://github.com/NativePHP/mobile-browser
support https://nativephp.com/support
compatibility
nativephp ios android
^3.0
18.2+
26+
install
composer require nativephp/mobile-browser

NativePHP Mobile Browser

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