Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[@nstudio/nativescript-exoplayer][IOS] Explayer blocks back navigation #110

Open
vicmasa opened this issue Dec 21, 2022 · 1 comment
Open

Comments

@vicmasa
Copy link

vicmasa commented Dec 21, 2022

Adding Exoplayer to a view no longer allows navigation. This only happens on IOS, on Android this does not happen.

<Page xmlns="http://www.nativescript.org/tns.xsd"
    navigatingTo="navigatingTo"
    xmlns:Exoplayer="@nstudio/nativescript-exoplayer">
<StackLayout>
        <Label text="{{title}}" class="h2 black" />
        <Label text="{{subtitle}}" class="h4 black pm_l" textWrap="true" />
        <GridLayout width="{{width}}">
            <ActivityIndicator busy="true" />
            <Exoplayer:Video id="video" width="{{width}}" height="{{height}}" fill="true" />
        </GridLayout>
</StackLayout>
</Page>
OS: macOS 13.0.1
CPU: (8) arm64 Apple M1 Pro
Shell: /bin/zsh
node: 19.2.0
npm: 8.19.3
nativescript: 8.4.0

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

# ios
xcode: 14.1/14B47b
cocoapods: 1.11.3
python: 2.7.18
python3: 3.9.6
ruby: 2.7.7
platforms: 
  - DriverKit 22.1
  - iOS 16.1
  - macOS 13.0
  - tvOS 16.1
  - watchOS 9.1

Dependencies

"dependencies": {
  "@nativescript/background-http": "^6.0.0",
  "@nativescript/camera": "^5.0.15",
  "@nativescript/core": "~8.4.0",
  "@nativescript/geolocation": "^8.1.0",
  "@nativescript/google-maps": "^1.4.9",
  "@nativescript/imagepicker": "^1.0.9",
  "@nativescript/social-share": "^2.3.0",
  "@nativescript/theme": "~3.0.2",
  "@nativescript/ui-charts": "^0.2.4",
  "@nstudio/nativescript-exoplayer": "^6.0.2",
  "@viia/nativescript-video-editor": "file:viia-nativescript-video-editor-1.0.0-picker-fix.tgz",
  "nativescript-sqlite": "^2.8.6",
  "nativescript-videoplayer": "^5.0.1"
},
"devDependencies": {
  "@nativescript/android": "8.4.0",
  "@nativescript/ios": "8.4.0",
  "@nativescript/webpack": "~5.0.12",
  "eslint": "^8.29.0"
}
@Anthony-B404
Copy link

I have the same problem, a solution was found?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants