Open ailynempower opened 2 years ago
Hi @ailynempower, thanks for bringing this to our attention. We're looking into this issue
Exciting, looking forward to the fix in 1.4.3 😄 🤞🤞
Hopefully this gets fixed soon, I reported it to our Ada reps back in March along with another proposed fix and no progress as of yet.
It looks horrible and our users are so confused on how to exit Ada.
When using
launchModalWebSupport
, theDone
button has a transparent background. This leads to an undesirable UI, where the Ada chatbot's done button overlaps whatever is in the presenting view.Could you please add
navigationController.navigationBar.background = UIColor.white
? In version 1.4.2, this is inAdaWebHostViewController.swift
,func createNavController
Here is the patch to fix it (as of 1.4.2)
pbpaste | git apply