-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix InAppMessage rounded corners for API <= 22
WebView does not support rounded corners or clipping in API 21, 22. This causes the `cornerRadius` setting not to be honoured in these devices. Place the AndroidWebView inside a Cardview with a clipped corner radius matching the WebView and an alpha of .99f.
- Loading branch information
1 parent
fafc9a9
commit 463f5ff
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters