question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fullscreen doesnt work

See original GitHub issue
  • exomedia:4.0.3
  • Device OS SDK : 22
  • Device Name: Minix Neo U1

Hello. I have carefully read and implement fullscreen demo app, but however with our HLS stream, fullscreen doesnt work.

I added to all activities: android:configChanges=“orientation|keyboardHidden|screenSize”

My video player activity looks like:

<?xml version="1.0" encoding="utf-8"?>

<android.support.constraint.ConstraintLayout xmlns:android=“http://schemas.android.com/apk/res/android” xmlns:app=“http://schemas.android.com/apk/res-auto” android:id=“@+id/rootLayout” android:layout_width=“match_parent” android:layout_height=“match_parent” android:background=“@android:color/black”>

<com.devbrackets.android.exomedia.ui.widget.VideoView
    android:id="@+id/mainVideo"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    />

<FrameLayout
    android:id="@+id/placeholder"
    android:layout_width="0dp"
    android:layout_height="0dp"
    app:layout_constraintBottom_toBottomOf="parent"
    app:layout_constraintLeft_toLeftOf="parent"
    app:layout_constraintRight_toRightOf="parent"
    app:layout_constraintTop_toTopOf="parent" />

</android.support.constraint.ConstraintLayout>

And added almost all methods from FullScreenActivity. Video stream is HLS.

Update1:

I tried to play video stream in demo app, and it also uses default size.

Thanks for helping

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:15 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
brianwernickcommented, Dec 2, 2017

Turns out that I had made NONE represent fitXY, I’m still going to add an actual representation to the enum, but you can use none in xml or the type NONE to get fitXY

1reaction
brianwernickcommented, Nov 30, 2017

I should have some time this weekend and coming week so tentatively about a week out (?)

Read more comments on GitHub >

github_iconTop Results From Across the Web

9 Tested Ways to Fix Chrome if Full Screen Is Not Working
What can I do if Full Screen isn't working on Google Chrome? · 1. Update Chrome · 2. Reinstall Chrome · 3. Disable...
Read more >
11 Ways To Fix Full Screen Not Working On Chrome
How to Fix Full Screen Not Working · Refresh the Chrome Tab · Restart Chrome · Update Your Chrome · Uninstall Your Chrome...
Read more >
Full Screen issues on Windows 10?
1. Go to the Options / Menu / Settings inside the game (not all games have this). Select Full-Screen On (or Off). ·...
Read more >
Chrome Won't Go Full Screen - Easy Fixes!
Fix: Chrome Won't Go Fullscreen · Fix 1: Check The Flash Players · Fix 2: Clear Chrome Browsing history And Check In Incognito...
Read more >
My game won't open in full screen (Windows 10 and 11)
My game won't open in full screen (Windows 10 and 11) · Right click on your desktop and select Display Settings · Under...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found