Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Android 8.9 error on clip-path #10717

Copy link
Copy link
Open
@cjohn001

Description

@cjohn001
Issue body actions

Issue Description

The following code crashes the app. The problem is the last semicolon in _clipPathTopVolume. As I just learned it should not be there at all. However, app should not crash but throw an exception instead.

<Label row="1" class="top-volume" [style.width]="_scaleX" [style.height]="_scaleY" [style.clip-path]="_clipPathTopVolume">

public _clipPathTopVolume = 'polygon(27.5% 45%, 50% 0%, 50% 0%, 72.5% 45%);';

Reproduction

No response

Relevant log output (if applicable)

Environment

OS: macOS 15.3.1
CPU: (10) arm64 Apple M1 Pro
Shell: /bin/zsh
node: 22.14.0
npm: 10.9.2
nativescript: 8.9.1

# android
java: 17.0.14
ndk: Not Found
apis: Not Found
build_tools: Not Found
system_images: Not Found

# ios
xcode: 16.2/16C5032a
cocoapods: 1.16.2
python: 3.13.2
python3: 3.13.2
ruby: 3.4.2
platforms: 
  - DriverKit 24.2
  - iOS 18.2
  - macOS 15.2
  - tvOS 18.2
  - visionOS 2.2
  - watchOS 11.2

Dependencies

"dependencies": {
  "@angular/animations": "19.2.2",
  "@angular/common": "19.2.2",
  "@angular/compiler": "19.2.2",
  "@angular/core": "19.2.2",
  "@angular/forms": "19.2.2",
  "@angular/platform-browser": "19.2.2",
  "@angular/platform-browser-dynamic": "19.2.2",
  "@angular/router": "19.2.2",
  "@apollo/client": "3.13.4",
  "@mnd/external-web-view": "file:../app-plugins/dist/packages/external-web-view/mnd-external-web-view-2.0.0.tgz",
  "@nativescript/angular": "19.0.1",
  "@nativescript/core": "8.9.0",
  "@nativescript/iqkeyboardmanager": "2.1.2",
  "@nativescript/localize": "5.2.0",
  "@nativescript/secure-storage": "3.0.3",
  "@nativescript/theme": "3.1.0",
  "@nativescript/ui-charts": "0.2.4",
  "apollo-angular": "10.0.3",
  "apollo3-cache-persist": "0.15.0",
  "d3-ease": "3.0.1",
  "graphql": "16.10.0",
  "graphql-tag": "2.12.6",
  "intl": "1.2.5",
  "moment": "2.30.1",
  "@nativescript/mlkit-core": "file:../app-plugins-customized/mlkit/dist/packages/mlkit-core/nativescript-mlkit-core-3.0.0.tgz",
  "@nativescript/mlkit-barcode-scanning": "file:../app-plugins-customized/mlkit/dist/packages/mlkit-barcode-scanning/nativescript-mlkit-barcode-scanning-3.0.0.tgz",
  "@nativescript/mlkit-object-detection": "file:../app-plugins-customized/mlkit/dist/packages/mlkit-object-detection/nativescript-mlkit-object-detection-3.0.0.tgz",
  "@nativescript/mlkit-custom-object-detection": "file:../app-plugins-customized/mlkit/dist/packages/mlkit-custom-object-detection/nativescript-mlkit-custom-object-detection-3.0.0.tgz",
  "nativescript-health-data": "file:../app-plugins-customized/nativescript-health-data/publish/package/nativescript-health-data-3.0.0.tgz",
  "nativescript-oauth2-ext": "file:../app-plugins-customized/nativescript-oauth2-ext/publish/package/nativescript-oauth2-ext-3.0.4.tgz",
  "nativescript-sqlite": "2.8.6",
  "nativescript-sqlite-commercial": "file:../app-plugins-customized/commercial-sqlite/nativescript-sqlite-commercial-1.8.1.tgz",
  "nativescript-sqlite-encrypted": "file:../app-plugins-customized/nativescript-sqlite-encrypted_cjohn/nativescript-sqlite-encrypted-2.0.0.tgz",
  "nativescript-ui-calendar": "15.2.3",
  "nativescript-ui-gauge": "15.2.3",
  "rxjs": "7.8.2",
  "util": "0.12.5",
  "uuidjs": "5.1.0",
  "zone.js": "0.15"
},
"devDependencies": {
  "@angular-devkit/build-angular": "19.2.3",
  "@angular/compiler-cli": "19.2.2",
  "@graphql-codegen/cli": "5.0.5",
  "@graphql-codegen/fragment-matcher": "5.1.0",
  "@graphql-codegen/introspection": "4.0.3",
  "@graphql-codegen/typescript": "4.1.5",
  "@graphql-codegen/typescript-apollo-angular": "4.0.0",
  "@graphql-codegen/typescript-operations": "4.5.1",
  "@nativescript/android": "8.9.1",
  "@nativescript/ios": "8.9.2",
  "@nativescript/types": "8.9.0",
  "@nativescript/webpack": "5.0.23",
  "@ngtools/webpack": "19.2.3",
  "@types/d3-ease": "3.0.2",
  "@types/intl": "1.2.2",
  "@types/lodash": "4.17.16",
  "@types/node": "22.13.10",
  "keycloak-request-token": "0.1.0",
  "rimraf": "6.0.1",
  "sass": "1.85.1",
  "ts-node": "10.9.2",
  "typescript": "5.8.2"
}

Please accept these terms

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.