fs property

bool fs
final

Enable or disable the full screen

If fs is true, FijkView make response to the FijkValue.fullScreen value changed, and push o new full screen mode page when FijkValue.fullScreen is true, pop full screen page when FijkValue.fullScreen become false.

If fs is false, FijkView never make response to the change of FijkValue.fullScreen. But you can still call FijkPlayer.enterFullScreen and FijkPlayer.exitFullScreen and make your own full screen pages.

Implementation

final bool fs;