Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
NativeScript
/
NativeScript
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.7k
Star
25.6k
Code
Issues
774
Pull requests
71
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
feat: add cross-platform NativeWindow implementation
- #11181
#11181
Merged
NathanWalker
merged 23 commits into
main
NativeScript/NativeScript:main
from
feat/unified-multi-window
NativeScript/NativeScript:feat/unified-multi-window
Copy head branch name to clipboard
Aug 21, 2026
Conversation
Commits
23
(23)
Checks
Files changed
Merged
feat: add cross-platform NativeWindow implementation
#11181
NathanWalker
merged 23 commits into
main
NativeScript/NativeScript:main
from
feat/unified-multi-window
NativeScript/NativeScript:feat/unified-multi-window
Copy head branch name to clipboard
Commits
Commits on Aug 20, 2026
feat: add cross-platform NativeWindow implementation
Show description for 9f03323
edusperoni
committed
9f03323
View commit details
Copy full SHA for 9f03323
Browse repository at this point
refactor: Update NativeWindow implementation and lifecycle event handling
Show description for 70f6b8f
edusperoni
committed
70f6b8f
View commit details
Copy full SHA for 70f6b8f
Browse repository at this point
chore: remove unneeded scene config
edusperoni
committed
cdd182b
View commit details
Copy full SHA for cdd182b
Browse repository at this point
fix(core): mechanical NativeWindow bug fixes
Show description for dbc0d92
edusperoni
committed
dbc0d92
View commit details
Copy full SHA for dbc0d92
Browse repository at this point
revert(core): un-deprecate Application event bridges; add window to their payloads
Show description for 95ed0ae
edusperoni
committed
95ed0ae
View commit details
Copy full SHA for 95ed0ae
Browse repository at this point
refactor(core)!: split WindowBase from NativeWindow; add role; fix naming collisions
Show description for 017078a
edusperoni
committed
017078a
View commit details
Copy full SHA for 017078a
Browse repository at this point
feat(core): session-scoped window identity, attach/detach, teardown, exit rewire
Show description for 59c8955
edusperoni
committed
59c8955
View commit details
Copy full SHA for 59c8955
Browse repository at this point
refactor(core): route all iOS window content through NativeWindow (ownership inversion)
Show description for a70f4c5
edusperoni
committed
a70f4c5
View commit details
Copy full SHA for a70f4c5
Browse repository at this point
refactor(core): route Android activity content through NativeWindow
Show description for 472a72a
edusperoni
committed
472a72a
View commit details
Copy full SHA for 472a72a
Browse repository at this point
feat(core): 'ready' event, window content resolver, launch soft-deprecation
Show description for ef5488b
edusperoni
committed
ef5488b
View commit details
Copy full SHA for ef5488b
Browse repository at this point
fix(core): drive app-level suspend/resume from UIApplication notifications in scene mode
Show description for c512b09
edusperoni
committed
c512b09
View commit details
Copy full SHA for c512b09
Browse repository at this point
feat(core): hoist window registry to ApplicationCommon; cross-platform openWindow (Android experimental)
Show description for 4a4a876
edusperoni
committed
4a4a876
View commit details
Copy full SHA for 4a4a876
Browse repository at this point
feat(core): per-window configuration plumbing
Show description for 453084a
edusperoni
committed
453084a
View commit details
Copy full SHA for 453084a
Browse repository at this point
types(core): handwritten native-window typings following the frame pattern
Show description for 8ec37de
edusperoni
committed
8ec37de
View commit details
Copy full SHA for 8ec37de
Browse repository at this point
test(core): NativeWindow + Application specs
Show description for 852d8da
edusperoni
committed
852d8da
View commit details
Copy full SHA for 852d8da
Browse repository at this point
chore(toolbox): cross-platform multi-window demo
Show description for 8c99542
edusperoni
committed
8c99542
View commit details
Copy full SHA for 8c99542
Browse repository at this point
fix(core): return undefined from getRegisteredBroadcastReceiver when none remain
Show description for 2f7c538
edusperoni
committed
2f7c538
View commit details
Copy full SHA for 2f7c538
Browse repository at this point
feat(core): bridge scene URL, user activity and shortcut delegate methods
Show description for 80f7fd3
edusperoni
committed
80f7fd3
View commit details
Copy full SHA for 80f7fd3
Browse repository at this point
feat(core): View.getNativeWindow(); release a root view when another window adopts it
Show description for ed82586
edusperoni
committed
ed82586
View commit details
Copy full SHA for ed82586
Browse repository at this point
fix(core): break the require cycle from native-window into ui/frame
Show description for f65ea21
edusperoni
committed
f65ea21
View commit details
Copy full SHA for f65ea21
Browse repository at this point
Commits on Aug 21, 2026
chore: clarify messaging around singleInstancePerTask API 31+
NathanWalker
committed
d8c6e3d
View commit details
Copy full SHA for d8c6e3d
Browse repository at this point
fix(core): route the Android back button to the pressing window's frame
Show description for f431858
edusperoni
committed
f431858
View commit details
Copy full SHA for f431858
Browse repository at this point
feat(core): scope Frame.topmost() to a window
Show description for 49b7f19
edusperoni
committed
49b7f19
View commit details
Copy full SHA for 49b7f19
Browse repository at this point
You can’t perform that action at this time.