|
|
@@ -73,3 +73,12 @@ app.templates.mobileIntro = """
|
|
|
<a class="_intro-hide" data-hide-intro>Stop showing this message</a>
|
|
|
</div>
|
|
|
"""
|
|
|
+
|
|
|
+app.templates.androidWarning = """
|
|
|
+ <div class="_mobile-intro">
|
|
|
+ <h2 class="_intro-title">Hi there</h2>
|
|
|
+ <p>DevDocs is running inside an Android WebView. Some features may not work properly.
|
|
|
+ <p>If you downloaded an app called DevDocs on the Play Store, please uninstall it — it's made by someone who is using (and profiting from) the name DevDocs without permission.
|
|
|
+ <p>To install DevDocs on your phone, visit <a href="http://devdocs.io" target="_blank">devdocs.io</a> in Chrome and select "Add to home screen" in the menu.
|
|
|
+ </div>
|
|
|
+"""
|