Skip to content

Instantly share code, notes, and snippets.

View gimdongwoo's full-sized avatar

Dongwoo Gim gimdongwoo

View GitHub Profile
@gimdongwoo
gimdongwoo / GMapsSingle.html
Last active May 24, 2016 22:56
Google Maps in Titanium Webview
<!-- app/assets/html/GMapsSingle.html -->
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta charset="utf-8">
<title>GMapsSingle</title>
<style>
html, body {
height: 1920px;