booleanbites / houzi-support

Support forum repo for issues & bugs reported for Houzi Flutter App.
4 stars 0 forks source link

Youtube player #107

Closed quitriz closed 9 months ago

quitriz commented 9 months ago

Hi,

for the video iframe in the video section of a property, can you made it embedded into the screen instead of going to direclty to youtube platform and play the video ? you can make it expandable when you click on "view video". when u click onto the video right now it directs to youtube and totally exited the Houzi app and if people don't click "back back back ..etc.." then life goes on without the houzi app was running without you even remember it, as well as there is nothing indicating that video is currently running under houzi so people can get back to it .. so can you guy use the flutter code to have a widget that be the youtube player instead ? a clean video screen that take the youtube video id and play, it look much better and more professional, users don't even know it's from youtube, and since if u creating that player widget, can you put on on the home screen or dynamically display any place when admin configure it and it will take the youtube video "ids" or "links" that convert into the "ids" and play it radonly or in order or just 1 video on the screen ? this way we can put an video ads for customer who want to have a property showing on video and direct it to the listing. Instead of using just a single splash screen, this will made alot more interesting and people can create ads and post on youtube and houzi play it on the home secreen for example.

Thank you

AdilSoomro commented 9 months ago

Adding video playing functionality within the app will require lot of video stream related libraries to be added to the app itself, which will make the app big in size.

We've provided a way for providing custom designs for existing sections here: https://houzi-docs.booleanbites.com/hooks-widgets/property_details_customization

Or custom placeholders widgets can be used to create more customized design for something that's not already there. https://houzi-docs.booleanbites.com/hooks-widgets/add_custom_widget_in_property_details

Both of these can be used to create any design for video showing on property details page.

There are lot of possibilities for details design of the listing, that is why we've provided way of customizing the whole page the way anyone would prefer.