FBrowser Mobile is a clean, minimal, and functional mobile web browser built using .NET MAUI, designed for Android and iOS. It includes support for multi-tab browsing, bookmarks, and a simple yet elegant UI optimized for mobile devices.
-
π Bookmark Management
Save and manage your favorite web pages locally usingPreferences. -
π§ URL Search & Navigation
Smart URL input with Google search fallback if the input is not a valid URL. -
π Multiple Tabs
Open, switch, and close multiple tabs with intuitive UI controls. -
π§ WebView Integration
Embedded MAUIWebViewfor seamless browsing experience.
- .NET MAUI
- C# 10
- XAML
- CommunityToolkit.Maui (for cross-platform enhancements)
MainPage.xaml/.cs- Main browser interface and navigationBookmarksPage.xaml/.cs- Bookmark listing and deletionTabsPage.xaml/.cs- Tab switching and managementBookmarkStorage.cs- Local bookmark persistenceTabs.cs,Bookmark.cs- Data models
- Clone this repository
- Open with Visual Studio 2022+
- Make sure MAUI workload is installed
- Run on Android/iOS emulator or real device
git clone https://github.com/yourusername/FBrowser_Mobile.git