Hi, i used google maps in may application but it doesn't appear both on the Tizen web application and on the tizen web simulator application, i imported "<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?key=AIzaSyDdKjhStoKF6t0xxA_hFxYBmKrEb77b-nQ&sensor=true"></script>" and added on the config.xml : <access origin="http://googleapis.com" subdomains="true"></access>
<access origin="http://gstatic.com" subdomains="true"></access>
<access origin="http://google.com" subdomains="true"></access>
<access origin="http://maps.googleapis.com/maps/api/" subdomains="true"></access>
and it doesn't work too.
Anyone have an idea about that?
Thank you