-
Notifications
You must be signed in to change notification settings - Fork 2
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
WebView default background color? #4
Comments
Apologies for all the issues. I'm using the crap out of this library. lol I'm pretty sure this is the last one. |
After playing with it for a bit, it looks like it'll flash white no matter what. I was able to change the webview backgoround color in the body and html tags to no avail (in the plugin folder) but it might be a highcharts thing. http://jsfiddle.net/mwuto084/2/ <--- jsfiddle without that white flashing. |
Hi, |
Well awesome. It's still flashing white though. Changing the I'm running emulated Android 7 and iOS 13.2. |
Ok, can you provide a repo ? I dont know how to reproduce your issue, tried it with some emulators and I didnt observe it |
So I'm using
It looks like you might be able to replicate the behavior with a timeout.
Thinking all I have to do is give it some options on load, I've created some default chart options with no data but when the component loads it, it renders a white chart with a title of "Chart Title". I poked around in the plugin and found something called Is it not playing well with |
I don't know if this matters but here's my
|
I'm getting the message |
I'm going to see if this is an issue with core Nativescript. Looks like someone else is having issues on a similar version: |
The webview background color is white and then the chart loads and successfully hides it at 100% width/height. But that means just before the chart loads, it briefly flashes white. Is there a way to configure the webview background color?
The text was updated successfully, but these errors were encountered: