[AC-6542] Admob module iOS version doesn't honor adBackgroundColor
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator Modules |
Labels | ios, ti.admob |
Reporter | Muhammad Qasim |
Assignee | Abir Mukherjee |
Created | 2020-05-06T11:11:39.000+0000 |
Updated | 2020-05-06T15:43:27.000+0000 |
Description
The
adBackgroundColor
property has no effect in ti.admob iOS version. Banner Ads always appear with black background regardless of whatever color you set using this property.
*Steps to reproduce:*
1. Create new Titanium app.
2. Download ti.admob module.
3. Copy the example app.js code in index.js and change adBackgroundColor
to red (or whatever else)
4. Run on iOS simulator or device.
*Expected Result:*
Ad background should be appear as passed while creating ad view.
*Actual Result:*
Empty background space on ad view is always black.
No comments