Twilio Webchat React App is an application that demonstrates a website chat widget built with Twilio's Conversations JS SDK, Twilio Paste Design library and Create React App.
MIT License
64
stars
71
forks
source link
Remove EntryPoint padding added by Mobile Safari #37
Mobile Safari adds some padding to inputs that was not accounted for, which results in the icon in the EntryPoint button erroneously being incredibly tiny on iOS. This fixes that to provide a consistent appearance across browsers.
Contributing to Twilio
All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.
[x] I acknowledge that all my contributions will be made under the project's license.
Mobile Safari adds some padding to inputs that was not accounted for, which results in the icon in the EntryPoint button erroneously being incredibly tiny on iOS. This fixes that to provide a consistent appearance across browsers.
Contributing to Twilio