Emulator: networktype always NONE

Emulator: networktype always NONE

BY 02 Dec 2013 Web Application Development
function gotNet(network){
		console.log('networktype: ' + network.networkType);
		callback(network.networkType);
	}
    
    tizen.systeminfo.getPropertyValue("NETWORK", gotNet, netError);

 

network.networkType is always ‘NONE’ in the tizen emulator. Is there any way to change the networktype of the emulator? I can browse websites, so it definitely is not NONE.

Written by