We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
It seems TextView does not display any text while rendering in Mobile Safari. It renders fine in other mode.
import animate; import ui.StackView as StackView; import src.GameScreen as GameScreen; import ui.View as View; import ui.ImageView as ImageView; import ui.TextView; exports = Class(GC.Application, function () { this.initUI = function () { var rootView = new StackView({ superview: this, x: 0 , y: 0, width: device.width , height: device.height, clip: true, backgroundColor: '#000000' }); this.timerText = new ui.TextView({ x: 0, y: 0, width: 400, height: 666, text: "countdown_secs", size: 24, shadowColor: '#FFFFFF', color: '#FFFFFF' }); rootView.push(this.timerText); }; this.launchUI = function () {}; });
Thanks for any help in advance,
Best
The text was updated successfully, but these errors were encountered:
Yup, that's a bug. Thanks for the report.
Sorry, something went wrong.
This is fixed upstream.
Merge pull request #14 from gameclosure/add-legal-logo
312ad7e
Add README from Carter - reviewed by @jaredpetker
Fixed in the latest release.
e70803c
mikehenrty
No branches or pull requests
Hello,
It seems TextView does not display any text while rendering in Mobile Safari.
It renders fine in other mode.
Thanks for any help in advance,
Best
The text was updated successfully, but these errors were encountered: