Context3D is not available on Samsung Galaxy Note 10.1 (2014 Edition) Android 4.4.2
Bug#3788818 - Context3D is not available on Samsung Galaxy Note 10.1 (2014 Edition) Android 4.4.2
Context3D is not available on this device http://www.gsmarena.com/samsung_galaxy_note_10_1_%282014_edition%29-5677.php
Steps to Reproduce:
import flash.display.Stage3D;
import flash.display3D.Context3DProfile;
import flash.display3D.Context3DRenderMode;
import flash.events.Event;
import flash.text.TextField;
var txt : TextField = new TextField();
txt.width = 400;
addChild(txt);
txt.text = stage.stage3Ds.length.toString();
stage.stage3Ds.length will return nothing. Starling don't work.
