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
2222Browser::inApp('https://nativephp.com/mobile');
2323```
2424
25- ### ` system ()`
25+ ### ` open ()`
2626
2727Opens 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
You can’t perform that action at this time.
0 commit comments