React Chatbotify in full screen #118
Replies: 6 comments 8 replies
-
Hey @miguelisidoro, for your case you're looking at https://react-chatbotify.com/docs/api/styles In particular, you can start by trying a height and width of 100% for |
Beta Was this translation helpful? Give feedback.
-
Hello @tjtanjin, Thanks, it works! |
Beta Was this translation helpful? Give feedback.
-
Hi @tjtanjin , How can we have the bot not in full screen but maximized with a certain width and height? What I have with embedding: false: What I would like to have: What I have with embedded=true: Thanks |
Beta Was this translation helpful? Give feedback.
-
Hello @tjtanjin, According to https://react-chatbotify.com/docs/api/settings/#chatwindow, I should be setting the defaultOpen property to true but it is not available. If I set the defaultOpen to true, I get the following error. Object literal may only specify known properties, and 'defaultOpen' does not exist in type '{ showScrollbar?: boolean | undefined; autoJumpToBottom?: boolean | undefined; showMessagePrompt?: boolean | undefined; messagePromptText?: string | undefined; messagePromptOffset?: number | undefined; }'. I am using the version 1.7.0 of React chatbotify. Do I need to upgrade to the latest version? If yes, is it retro compatible with 1.7.0? Thanks |
Beta Was this translation helpful? Give feedback.
-
Hello @tjtanjin, I migrated to the latest version and after changing the code in a few places, I got it to work using chatWindow: { defaultOpen:true } in settings. Thanks |
Beta Was this translation helpful? Give feedback.
-
Hello @tjtanjin , Just changed the footerStyle and got the 2 lines of text closer as I wanted. footerStyle: { alignItems: 'center', justifyContent: 'center', lineHeight: '1.5' } How can I remove the attachment and emoji icons? Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi,
Is there any way to have React Chatbotify in full screen like in the image below?
The example was taken from https://copilot.microsoft.com/.
If possible, can you give me an example on how to achieve this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions