We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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": { "@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" }
The text was updated successfully, but these errors were encountered:
I have the same problem, a solution was found?
Sorry, something went wrong.
No branches or pull requests
Adding Exoplayer to a view no longer allows navigation. This only happens on IOS, on Android this does not happen.
Dependencies
The text was updated successfully, but these errors were encountered: