Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android version not handling background style correctly #351

Open
hanyg opened this issue Sep 11, 2018 · 0 comments
Open

Android version not handling background style correctly #351

hanyg opened this issue Sep 11, 2018 · 0 comments

Comments

@hanyg
Copy link

hanyg commented Sep 11, 2018

Hello,

I have written an app that works perfectly well on iOS, but not on Android. The general style is black as a background and green is the foreground color used throughout the views. I simply get a white screen on the Android version, whereas I get the intended green on black layout on the iOS version.

Here is an extract of what I would expect to have working on both versions:

...

"templates": {
"body": {
"header": {
"title": "xxxx",
"style": {
"background": "#0",
"color": "#00ff00"
}
},
"style": {
"background": "#0",
"color": "#00ff00",
"border": "none",
"size": "20"
},
"sections": [
{
"items" ......

If I play around with the background, I can see the items. Although they are incorrect, I see them. Otherwise all I see is a total white background. On the iOS version I see exactly what is intended, black background and green foreground color.

Any help would be appreciated.

Thanks,
Hany

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant