Skip to content

Commit f1f2941

Browse files
Updates browser docs (#215)
1 parent ff8eeee commit f1f2941

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/views/docs/mobile/1/apis/browser.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Opens a URL in an embedded browser within your app using Custom Tabs (Android) o
2222
Browser::inApp('https://nativephp.com/mobile');
2323
```
2424

25-
### `system()`
25+
### `open()`
2626

2727
Opens a URL in the device's default browser app, leaving your application entirely.
2828

2929
```php
30-
Browser::system('https://nativephp.com/mobile');
30+
Browser::open('https://nativephp.com/mobile');
3131
```
3232

3333
### `auth()`
@@ -47,7 +47,7 @@ Browser::auth('https://provider.com/oauth/authorize?client_id=123&redirect_uri=n
4747
- External content that relates to your app
4848
- When you want users to easily return to your app
4949

50-
**`system()`** - Full browser experience needed:
50+
**`open()`** - Full browser experience needed:
5151
- Complex web applications
5252
- Content requiring specific browser features
5353
- When users need bookmarking or sharing capabilities

0 commit comments

Comments
 (0)