Toggle navigation
Toggle navigation
This project
Loading...
Sign in
尹诚
/
Mapbox-iOS-SDK
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Justin R. Miller
2013-10-24 17:12:26 -0700
Commit
dc190c8d9702c3070a7f07f60a4ad16a0f2616a9
1 parent
e3097860
disallow contextual menu to avoid need to dim
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
MapView/Map/RMAttributionViewController.m
MapView/Map/RMAttributionViewController.m
View file @
dc190c8
...
...
@@ -208,6 +208,8 @@
-
(
void
)
webViewDidFinishLoad
:
(
UIWebView
*
)
webView
{
[
webView
stringByEvaluatingJavaScriptFromString
:
@"document.body.style.webkitTouchCallout='none';"
];
[[
self
.
view
viewWithTag
:
1
]
removeFromSuperview
];
}
...
...
Please
register
or
login
to post a comment