Skip to content

v0.1.0

@blessedzulu blessedzulu tagged this 02 Jun 21:31
Build-time deep-link hardening for NativePHP Mobile via a post_compile hook:
- Scope the Android App Link intent-filter to configured path prefixes
  (instead of NativePHP's whole-host android:pathPrefix="/").
- Preserve array query params through the WebView bridge by passing the
  original percent-encoded query to PHP verbatim (fixes Livewire array
  #[Url] props / addable rows arriving empty on deep links).

Idempotent + guarded transforms; iOS is a no-op (AASA + Swift URL.query).

Co-Authored-By: Claude <noreply@anthropic.com>
Assets 2
Loading