You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***platform** is any Cordova platform that has been added to your project. Defaults to `browser`.
24
-
***browser** is the name of the browser to launch your app in. Can be any of the following: `chrome`, `chromium`, `edge`, `firefox`, `ie`, `opera`, `safari`. Defaults to `chrome`.
24
+
***browser** is the name of the browser to launch your app in. Can be any of the following: `default`, `chrome`, `chromium`, `edge`, `firefox`, `ie`, `opera`, `safari`.
25
25
26
26
## API
27
27
Use `require('cordova-simulate')` to launch a simulation via the API:
@@ -40,7 +40,7 @@ Where `opts` is an object with the following properties (all optional):
40
40
Supported `windows` devices are `Lumia930`, `Lumia950` and `SurfacePro`. Supported generic devices (which will use the
41
41
`browser` platform) are `Generic320x480`, `Generic320x568`, `Generic360x640`, `Generic384x640`, `Generic412x732`,
42
42
`Generic768x1024`, `Generic800x1280` and `Generic1920x1080`.
43
-
***target** - the name of the browser to launch your app in. Can be any of the following: `chrome`, `chromium`, `edge`, `firefox`, `ie`, `opera`, `safari`. Defaults to `chrome`.
43
+
***target** - the name of the browser to launch your app in. Can be any of the following: `default`, `chrome`, `chromium`, `edge`, `firefox`, `ie`, `opera`, `safari`.
44
44
***port** - the desired port for the server to use. Defaults to `8000`.
45
45
***lang** - the language to display in the interface (does not impact console output). Supported values (case-insensitive)
0 commit comments