@은빛여전사 님
해당 예제(샘플)에서
<!DOCTYPE html>
<html>
<head>
<title>jQuery Mobile</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type='text/javascript' src='/js/jquery-1.7.2.min.js'></script>
<script type='text/javascript' src='/js/jquery.common.js'></script>
<script type='text/javascript' src='/js/swipe.js'></script>
부분중에
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
를
<script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=false"></script>
로 변경하고 해보세요
https로 호출되는중간에 http가 섞여서 그런것 같은데요