-
Notifications
You must be signed in to change notification settings - Fork 49
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
Dark loading indicator page #47
Comments
@quochuy have you may be tried specifying a custom <!-- loaderTemplate -->
<document>
<loadingTemplate theme="dark">
<activityIndicator>
<title>{{ message }}</title>
</activityIndicator>
</loadingTemplate>
</document> ATV.start({
templates: {
loader: loaderTemplate,
// ... other templates
},
// ... menu and other configs
}); References: |
Hey @emadalam
And it didn't work |
Can you please share your sample code in a repo for me to have a look? There might be some other unrelated issue. |
Hi @emadalam I've forked your boiler plate and replicated the issue on the "darkbg" branch: All pages have theme="dark" and class="darkBackground". Regards |
I have an app that uses a MenuBar template with items set with reloadOnSelect.
Every time I change view it reloads the content from an API and the loading indicator shows up. Each view has a dark theme but when the loading indicator shows, the background is bright.
Is it possible to set a dark background when the loader shows?
I thought of setting a class to the element and use CSS but it does not work either.
The text was updated successfully, but these errors were encountered: