File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
resources/views/docs/mobile/1/apis Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ Opens a URL in an embedded browser within your app using Custom Tabs (Android) o
22
22
Browser::inApp('https://nativephp.com/mobile');
23
23
```
24
24
25
- ### ` system ()`
25
+ ### ` open ()`
26
26
27
27
Opens a URL in the device's default browser app, leaving your application entirely.
28
28
29
29
``` php
30
- Browser::system ('https://nativephp.com/mobile');
30
+ Browser::open ('https://nativephp.com/mobile');
31
31
```
32
32
33
33
### ` auth() `
@@ -47,7 +47,7 @@ Browser::auth('https://provider.com/oauth/authorize?client_id=123&redirect_uri=n
47
47
- External content that relates to your app
48
48
- When you want users to easily return to your app
49
49
50
- ** ` system ()` ** - Full browser experience needed:
50
+ ** ` open ()` ** - Full browser experience needed:
51
51
- Complex web applications
52
52
- Content requiring specific browser features
53
53
- When users need bookmarking or sharing capabilities
You can’t perform that action at this time.
0 commit comments