Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cordova-plugin-background-geolocation
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Aksimaya
cordova-plugin-background-geolocation
Commits
3cb9d0ef
You need to sign in or sign up before continuing.
Commit
3cb9d0ef
authored
Nov 26, 2014
by
Chris Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mod title in SampleApp
parent
8f2cc081
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
contributors.txt
example/SampleApp/contributors.txt
+1
-1
index.html
example/SampleApp/www/index.html
+2
-2
No files found.
example/SampleApp/contributors.txt
View file @
3cb9d0ef
chris
tocracy
chris
@transistorsoft.com
example/SampleApp/www/index.html
View file @
3cb9d0ef
...
...
@@ -25,7 +25,7 @@
<!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 -->
<meta
name=
"viewport"
content=
"user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/index.css"
/>
<title>
Tracking POC
</title>
<title>
BG GeoLocation
</title>
<script
type=
"text/javascript"
src=
"http://maps.google.com/maps/api/js?sensor=true&libraries=geometry"
>
</script>
...
...
@@ -33,7 +33,7 @@
</head>
<body>
<div
id=
"header"
class=
"header"
style=
"padding-top: 15px;"
>
<h1>
Tracking POC
</h1>
<h1>
BG GeoLocation
</h1>
</div>
<div
id=
"map-canvas"
></div>
<div
id=
"footer"
style=
"position:absolute;bottom:0"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment