i have build app , using above iframe google maps
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d53529.11460374677!2d74.9441465!3d33.0151193!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3a0xa04ab611af048191!2svaishno+devi!5e0!3m2!1sen!2sin!4v1386967847922" width="400" height="300" frameborder="0" style="border:0"></iframe></div>
but not working on android phone
on browser working. can this. new this
i succeeded make work adding
<allow-navigation href="https://www.google.com/maps/embed/*" />
entry in config.xml.
also, note require key (android key in case android) if want google maps embed work correctly.
Comments
Post a Comment