From 8f5e2bad995077df712607df6d788ef12e140350 Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Fri, 23 Mar 2018 11:57:26 +0100 Subject: [PATCH] [Docs] Add Apache Cordova to introductions --- docs/en/about-appium/intro.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/en/about-appium/intro.md b/docs/en/about-appium/intro.md index 49fd960d3..8a45bbc67 100644 --- a/docs/en/about-appium/intro.md +++ b/docs/en/about-appium/intro.md @@ -6,10 +6,9 @@ applications on iOS mobile, Android mobile, and Windows desktop platforms. **Mobile web apps** are web apps accessed using a mobile browser (Appium supports Safari on iOS and Chrome or the built-in 'Browser' app on Android). **Hybrid apps** have a wrapper around a "webview" -- a native control that -enables interaction with web content. Projects like -[Phonegap](http://phonegap.com/), make it easy to build apps using web -technologies that are then bundled into a native wrapper, creating a hybrid -app. +enables interaction with web content. Projects like [Apache Cordova](https://cordova.apache.org) +or [Phonegap](http://phonegap.com/) make it easy to build apps using web +technologies that are then bundled into a native wrapper, creating a hybrid app. Importantly, Appium is "cross-platform": it allows you to write tests against multiple platforms (iOS, Android, Windows), using the same API. This enables