Hi Priyank thank you so much for keeping following me up...that's so nice of you..
Right now I'm travelling so as now everything is working I'm uploading new package again to diff play console..
Just small issue with Device sync limit I'm not sure what exactly that means even logging in with same device for premium user it's keeps showing device sync limit..
Cannot the user remove the devices when it shows this notice without login or how to solve or remove this issue..
Hi,
I'll provide you with screenshots to fix this player issue. Please follow them and replace the code below at the mentioned file location. This will resolve the player issue.
InteractiveViewer( transformationController: chewieController.transformationController, maxScale: chewieController.maxScale, panEnabled: chewieController.zoomAndPan, scaleEnabled: chewieController.zoomAndPan, child: SizedBox.expand( child: FittedBox( fit: chewieController.isFullScreen ? BoxFit.contain : BoxFit.fitWidth, child: SizedBox( width: chewieController.videoPlayerController.value.size.width, height: chewieController.videoPlayerController.value.size.height, child: AspectRatio( aspectRatio: chewieController.aspectRatio ?? chewieController .videoPlayerController.value.aspectRatio, child: VideoPlayer(chewieController.videoPlayerController), ), ), ), ), )
----------
Hi Priyank i did this and yes the video quality plays in original aspect ratio which is corect
But the issue is the video added a lot of blank bars and it didnot play in full screen, in landscape it plays under the video container in small container, Is it possible to play in full screen the original sam video
Whether you're troubleshooting an issue or looking for step-by-step guidance, our resources are designed to empower you with the knowledge you need
Hi,
Would you like to remove the device sync limit feature?
Regards,
Mr. Priyank