René's URL Explorer Experiment


Title: Liquid Glass ActionItem seem to get wrong light/dark mode configuration (via CSS?) · Issue #11096 · NativeScript/NativeScript · GitHub

Open Graph Title: Liquid Glass ActionItem seem to get wrong light/dark mode configuration (via CSS?) · Issue #11096 · NativeScript/NativeScript

X Title: Liquid Glass ActionItem seem to get wrong light/dark mode configuration (via CSS?) · Issue #11096 · NativeScript/NativeScript

Description: Issue Description Hello I am observing a weird behaviour of the ActionItems on the ActionBar when using ios liquidGlass. No custom configuration, just disabling UIDesignRequiresCompatibility in plist. The images show the problem. It look...

Open Graph Description: Issue Description Hello I am observing a weird behaviour of the ActionItems on the ActionBar when using ios liquidGlass. No custom configuration, just disabling UIDesignRequiresCompatibility in pli...

X Description: Issue Description Hello I am observing a weird behaviour of the ActionItems on the ActionBar when using ios liquidGlass. No custom configuration, just disabling UIDesignRequiresCompatibility in pli...

Opengraph URL: https://github.com/NativeScript/NativeScript/issues/11096

X: @github

direct link

Domain: Github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Liquid Glass ActionItem seem to get wrong light/dark mode configuration (via CSS?)","articleBody":"### Issue Description\n\nHello I am observing a weird behaviour of the ActionItems on the ActionBar when using ios liquidGlass. No custom configuration, just disabling UIDesignRequiresCompatibility in plist.\nThe images show the problem. It looks like light/dark mode is inferred in the wrong way. I would expect the menubar buttons to always appear dark as they sit ontop of a dark background. I observed that when I minimize the app and maximize it again the appearance seems to be recomputed and is than correct till the app redraws the next time. As soon as I tap a button or the ui is redrawn by any other means the glass effect seems to jump back to light mode. My current workaround is, that I force the menubar to dark mode explicitely. Than it works.\nIn loaded event I use:\n\nif (__IOS__) {\n\t\t\tconst actionBar = args.object as ActionBar;\n\t\t\tconst navBar = actionBar.nativeViewProtected as any;\n\t\t\tif (navBar) {\n\t\t\t\t// UIUserInterfaceStyleDark = 2\n\t\t\t\tnavBar.overrideUserInterfaceStyle = 2;\n\t\t\t}\n\t\t}\n\n\u003cimg width=\"1206\" height=\"2622\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/ee56a6ea-751c-4761-b7ac-58ecbd1e07c6\" /\u003e\n\n\u003cimg width=\"1206\" height=\"2622\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/c366b821-ae75-4640-b187-dff808b669bd\" /\u003e\n\n### Reproduction\n\n_No response_\n\n### Relevant log output (if applicable)\n\n```shell\n\n```\n\n### Environment\n\n\u003c!-- COPY START --\u003e\n```yaml\nOS: macOS 26.3\nCPU: (10) arm64 Apple M1 Pro\nShell: /bin/zsh\nnode: 24.12.0\nnpm: 11.6.2\nnativescript: 9.0.3\n\n# android\njava: 17.0.14\nndk: Not Found\napis: Not Found\nbuild_tools: Not Found\nsystem_images: Not Found\n\n# ios\nxcode: 26.2/17C52\ncocoapods: 1.16.2\npython: 3.13.2\npython3: 3.13.2\nruby: 3.4.2\nplatforms: \n  - DriverKit 25.2\n  - iOS 26.2\n  - macOS 26.2\n  - tvOS 26.2\n  - visionOS 26.2\n  - watchOS 26.2\n```\n\n### Dependencies\n\n```json\n\"dependencies\": {\n  \"@angular/animations\": \"21.1.4\",\n  \"@angular/common\": \"21.1.4\",\n  \"@angular/compiler\": \"21.1.4\",\n  \"@angular/core\": \"21.1.4\",\n  \"@angular/forms\": \"21.1.4\",\n  \"@angular/platform-browser\": \"21.1.4\",\n  \"@angular/platform-browser-dynamic\": \"21.1.4\",\n  \"@angular/router\": \"21.1.4\",\n  \"@apollo/client\": \"4.1.4\",\n  \"@nativescript/angular\": \"21.0.0\",\n  \"@nativescript/core\": \"9.0.13\",\n  \"@nativescript/iqkeyboardmanager\": \"2.1.2\",\n  \"@nativescript/localize\": \"5.2.0\",\n  \"@nativescript/secure-storage\": \"4.0.1\",\n  \"@nativescript/theme\": \"3.1.0\",\n  \"apollo-angular\": \"13.0.0\",\n  \"apollo3-cache-persist\": \"0.15.0\",\n  \"d3-ease\": \"3.0.1\",\n  \"graphql\": \"16.12.0\",\n  \"graphql-tag\": \"2.12.6\",\n  \"intl\": \"1.2.5\",\n  \"moment\": \"2.30.1\",\n  \"nativescript-ui-calendar\": \"15.2.3\",\n  \"nativescript-ui-gauge\": \"15.2.3\",\n  \"rxjs\": \"7.8.2\",\n  \"util\": \"0.12.5\",\n  \"url\": \"0.11.4\",\n  \"uuidjs\": \"5.1.0\"\n},\n\"devDependencies\": {\n  \"@angular-devkit/build-angular\": \"21.1.4\",\n  \"@angular/compiler-cli\": \"21.1.4\",\n  \"@graphql-codegen/cli\": \"6.1.1\",\n  \"@graphql-codegen/fragment-matcher\": \"6.0.0\",\n  \"@graphql-codegen/introspection\": \"5.0.0\",\n  \"@graphql-codegen/typescript\": \"5.0.7\",\n  \"@graphql-codegen/typescript-apollo-angular\": \"4.0.1\",\n  \"@graphql-codegen/typescript-operations\": \"5.0.7\",\n  \"@nativescript/android\": \"9.0.2\",\n  \"@nativescript/ios\": \"9.0.3\",\n  \"@nativescript/types\": \"9.0.0\",\n  \"@nativescript/webpack\": \"5.0.31\",\n  \"@ngtools/webpack\": \"21.1.4\",\n  \"@types/d3-ease\": \"3.0.2\",\n  \"@types/intl\": \"1.2.2\",\n  \"@types/lodash\": \"4.17.23\",\n  \"@types/node\": \"25.2.3\",\n  \"keycloak-request-token\": \"0.1.0\",\n  \"patch-package\": \"^8.0.1\",\n  \"rimraf\": \"6.1.3\",\n  \"sass\": \"1.97.2\",\n  \"ts-node\": \"10.9.2\",\n  \"typescript\": \"5.9.3\"\n}\n```\n\u003c!-- COPY END --\u003e\n\n### Please accept these terms\n\n- [x] I have searched the [existing issues](https://github.com/NativeScript/NativeScript/issues) as well as [StackOverflow](https://stackoverflow.com/questions/tagged/nativescript) and this has not been posted before\n- [x] This is a bug report\n- [x] I agree to follow this project's [Code of Conduct](https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#coc)","author":{"url":"https://github.com/cjohn001","@type":"Person","name":"cjohn001"},"datePublished":"2026-02-19T22:14:19.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/11096/NativeScript/issues/11096"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:d5e4eac2-04bd-0365-1908-f0e0ed4f57de
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idCA92:1C5CF3:A248F8:A5B10A:6A63AE28
html-safe-noncecf56bf1ae734c14f6f767b6758975316c3ad32208455a6956770e70895e9c4f5
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQTkyOjFDNUNGMzpBMjQ4Rjg6QTVCMTBBOjZBNjNBRTI4IiwidmlzaXRvcl9pZCI6IjI3NzU1NDUzMjg4ODg0MjYwMjQiLCJyZWdpb25fZWRnZSI6InNlYSIsInJlZ2lvbl9yZW5kZXIiOiJzZWEifQ==
visitor-hmace26e7b8604a1be12c7c8a7ce04284c28af4411ae350b6264e8da80ee819d5d20
hovercard-subject-tagissue:3965392208
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/NativeScript/NativeScript/11096/issue_layout
twitter:imagehttps://opengraph.githubassets.com/dfdab879a516be1515450bfd34ce2acfee2faa3c94159f3e4b96bf8bf02e4f5c/NativeScript/NativeScript/issues/11096
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/dfdab879a516be1515450bfd34ce2acfee2faa3c94159f3e4b96bf8bf02e4f5c/NativeScript/NativeScript/issues/11096
og:image:altIssue Description Hello I am observing a weird behaviour of the ActionItems on the ActionBar when using ios liquidGlass. No custom configuration, just disabling UIDesignRequiresCompatibility in pli...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamecjohn001
hostnamegithub.com
expected-hostnamegithub.com
Nonec69b5576237034cb6ab5477391df7811093a00579a751b33bed4b527d68aade6
turbo-cache-controlno-preview
go-importgithub.com/NativeScript/NativeScript git https://github.com/NativeScript/NativeScript.git
octolytics-dimension-user_id7392261
octolytics-dimension-user_loginNativeScript
octolytics-dimension-repository_id31492490
octolytics-dimension-repository_nwoNativeScript/NativeScript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id31492490
octolytics-dimension-repository_network_root_nwoNativeScript/NativeScript
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release5c31956f7a31ef033ef93ba813dcb6f7e8eb0972
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://Github.com/NativeScript/NativeScript/issues/11096#start-of-content
https://Github.com/
Sign in https://Github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNativeScript%2FNativeScript%2Fissues%2F11096
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://Github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNativeScript%2FNativeScript%2Fissues%2F11096
Sign up https://Github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=NativeScript%2FNativeScript
Reloadhttps://Github.com/NativeScript/NativeScript/issues/11096
Reloadhttps://Github.com/NativeScript/NativeScript/issues/11096
Reloadhttps://Github.com/NativeScript/NativeScript/issues/11096
Please reload this pagehttps://Github.com/NativeScript/NativeScript/issues/11096
NativeScript https://Github.com/NativeScript
NativeScripthttps://Github.com/NativeScript/NativeScript
Please reload this pagehttps://Github.com/NativeScript/NativeScript/issues/11096
Notifications https://Github.com/login?return_to=%2FNativeScript%2FNativeScript
Fork 1.7k https://Github.com/login?return_to=%2FNativeScript%2FNativeScript
Star 25.6k https://Github.com/login?return_to=%2FNativeScript%2FNativeScript
Code https://Github.com/NativeScript/NativeScript
Issues 771 https://Github.com/NativeScript/NativeScript/issues
Pull requests 66 https://Github.com/NativeScript/NativeScript/pulls
Discussions https://Github.com/NativeScript/NativeScript/discussions
Actions https://Github.com/NativeScript/NativeScript/actions
Projects https://Github.com/NativeScript/NativeScript/projects
Wiki https://Github.com/NativeScript/NativeScript/wiki
Security and quality 0 https://Github.com/NativeScript/NativeScript/security
Insights https://Github.com/NativeScript/NativeScript/pulse
Code https://Github.com/NativeScript/NativeScript
Issues https://Github.com/NativeScript/NativeScript/issues
Pull requests https://Github.com/NativeScript/NativeScript/pulls
Discussions https://Github.com/NativeScript/NativeScript/discussions
Actions https://Github.com/NativeScript/NativeScript/actions
Projects https://Github.com/NativeScript/NativeScript/projects
Wiki https://Github.com/NativeScript/NativeScript/wiki
Security and quality https://Github.com/NativeScript/NativeScript/security
Insights https://Github.com/NativeScript/NativeScript/pulse
Liquid Glass ActionItem seem to get wrong light/dark mode configuration (via CSS?)https://Github.com/NativeScript/NativeScript/issues/11096#top
bug-pending-triageReported bug, pending triage to confirm.https://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22bug-pending-triage%22
https://github.com/cjohn001
cjohn001https://github.com/cjohn001
on Feb 19, 2026https://github.com/NativeScript/NativeScript/issues/11096#issue-3965392208
https://private-user-images.githubusercontent.com/43253483/552404530-ee56a6ea-751c-4761-b7ac-58ecbd1e07c6.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODQ5MTc4NDUsIm5iZiI6MTc4NDkxNzU0NSwicGF0aCI6Ii80MzI1MzQ4My81NTI0MDQ1MzAtZWU1NmE2ZWEtNzUxYy00NzYxLWI3YWMtNThlY2JkMWUwN2M2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA3MjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNzI0VDE4MjU0NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWVmNjkzOTFlMTFmNWY4ZTMxMmVlOGUxYzg4OTE3NTAwOTEzN2M1ZGZjMjQ5MTg2NGM3ZGI5ZmUyZDU1ZGZkZGQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.RLG3ZEMBLEshr6iyoGUC5KCvzai4niXWYWFs7adml4w
https://private-user-images.githubusercontent.com/43253483/552404590-c366b821-ae75-4640-b187-dff808b669bd.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODQ5MTc4NDUsIm5iZiI6MTc4NDkxNzU0NSwicGF0aCI6Ii80MzI1MzQ4My81NTI0MDQ1OTAtYzM2NmI4MjEtYWU3NS00NjQwLWIxODctZGZmODA4YjY2OWJkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA3MjQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNzI0VDE4MjU0NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTViODE4YzZiYmYwZjM4YTQxMzQ5YWYzZjI3M2MwYWMwYWE2ZDJhNDMyMmRjMjYyNzdjNmVkZWUwZTViYmRkNzcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.07eSVE5qvjdaULi5znpWr3O80Xi2RX3w-42d3evAoL0
existing issueshttps://github.com/NativeScript/NativeScript/issues
StackOverflowhttps://stackoverflow.com/questions/tagged/nativescript
Code of Conducthttps://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#coc
bug-pending-triageReported bug, pending triage to confirm.https://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22bug-pending-triage%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.