mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			691 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			691 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
---
 | 
						|
title: Configure how links open in mobile apps
 | 
						|
---
 | 
						|
 | 
						|
import {TabItem, Tabs} from "@astrojs/starlight/components";
 | 
						|
 | 
						|
import FlattenedSteps from "../../components/FlattenedSteps.astro";
 | 
						|
 | 
						|
import MobileSettings from "./include/_MobileSettings.mdx";
 | 
						|
 | 
						|
You can configure whether website links will open directly in the Zulip app, or
 | 
						|
in your device's default browser.
 | 
						|
 | 
						|
## Configure whether to open links within the app
 | 
						|
 | 
						|
<Tabs>
 | 
						|
  <TabItem label="Mobile">
 | 
						|
    <FlattenedSteps>
 | 
						|
      <MobileSettings />
 | 
						|
 | 
						|
      1. Toggle **Open links with in-app browser**.
 | 
						|
    </FlattenedSteps>
 | 
						|
  </TabItem>
 | 
						|
</Tabs>
 | 
						|
 | 
						|
## Related articles
 | 
						|
 | 
						|
* [Link to a message or conversation](/help/link-to-a-message-or-conversation)
 |