My code looks like this:
print(“calling…”)
system.openURL(“tel:12345678”)
Nothing is shown about it… this is the log from android device:
03-18 15:59:10.783 30207 30224 V Corona : > Class.forName: network.LuaLoader
03-18 15:59:10.783 30207 30224 V Corona : < Class.forName: network.LuaLoader
03-18 15:59:10.784 30207 30224 V Corona : Loading via reflection: network.LuaLo
ader
03-18 15:59:10.876 30207 30224 V Corona : > Class.forName: CoronaProvider.licen
sing.google.LuaLoader
03-18 15:59:10.876 30207 30224 V Corona : < Class.forName: CoronaProvider.licen
sing.google.LuaLoader
03-18 15:59:10.885 30207 30224 V Corona : Loading via reflection: CoronaProvide
r.licensing.google.LuaLoader
03-18 15:59:10.893 30207 30224 I Corona : calling…
–< Nothing below >–
Any suggestion?