11-20-2012 01:38 AM
11-20-2012 08:16 AM
I've been informed that there was an issue with some aspects of Canvas, but it's been addressed and corrected in upcoming versions of the SDK.
11-22-2012 11:55 PM
My game app got rejected as I guess it is blank on the dev-alpha too.
Chadtatro can you provide the full bb10 updates to sketchpad that work for you?
I would like to see something draw on my bb10 simulator with a canvas.
thanks!
11-23-2012 01:48 AM
11-24-2012 01:03 PM
Can anyone from RIM provide estimates of a new Webworks SDK release date as some of us have deadlines for resubmitting apps so would like to plan?
Or should we go back to earlier SDKs as there are posts stating canvas based drawing was working in portrait mode with the older one but not in 1.0.2.9 in landscape?
Thanks
12-10-2012 03:35 PM
Hello all,
I wanted to touch base regarding the <canvas> issues and Port-a-Thon impact. During the Port-a-Thon, we became aware of an issue that resulted in many <canvas> applications not rendering any content. This was escalated and shoudl be fixed in our Gold SDK/OS release scheduled for tomorrow (Dec. 11th.)
If you are still seeing issues with <canvas> please repackage and test with the Gold SDK/OS and let use know if you still see issues.
Regarding Port-a-Thon submissions, as long as your original submission was during the Port-a-Thon, resubmissions are still valid as long as they are approved by December 23rd. (Note this is extended from the original cutoff date.)
Meaning this should give you a bit of extra time with the new SDK release to package and test your applications before submitting to App World. Again, if this is a resubmission for a Port-a-Thon game, and it is approved by December 23rd, it will still count towards your rewards.
If you have any questions, please let us know.
12-11-2012 08:54 AM
Okay guys, this looks like a bug in canvas implementation. The canvas does not become visible until you have a visible border. How's that?
So what I did, I used following code and the walla, canvas was visible.
Make sure the canvas border is 1px wide or you'll not see the canvas.
<canvas id="myCanvas" width="200" height="100" style="border:1px solid #000000;">
Your browser does not support the HTML5 canvas tag.
</canvas>
Once you've added the border, the rest of the code works just the way you wanted ![]()
Hope this helps.
Cheers.
12-11-2012 08:58 AM
And yes, I've tested it in Dev-Alpha physical device. Works like a charm! ![]()
12-11-2012 12:09 PM
12-11-2012 12:20 PM