Skip to content

A simple mobile browser developed with .NET MAUI

feritbulut/FBrowser-MAUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌐 FBrowser Mobile - A Lightweight Tabbed Web Browser Built with .NET MAUI

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.


πŸš€ Features

  • πŸ”– Bookmark Management
    Save and manage your favorite web pages locally using Preferences.

  • 🧭 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 MAUI WebView for seamless browsing experience.


πŸ“± Screenshots


πŸ› οΈ Built With

  • .NET MAUI
  • C# 10
  • XAML
  • CommunityToolkit.Maui (for cross-platform enhancements)

πŸ“¦ Project Structure

  • MainPage.xaml / .cs - Main browser interface and navigation
  • BookmarksPage.xaml / .cs - Bookmark listing and deletion
  • TabsPage.xaml / .cs - Tab switching and management
  • BookmarkStorage.cs - Local bookmark persistence
  • Tabs.cs, Bookmark.cs - Data models

πŸ”§ How to Run

  1. Clone this repository
  2. Open with Visual Studio 2022+
  3. Make sure MAUI workload is installed
  4. Run on Android/iOS emulator or real device
git clone https://github.com/yourusername/FBrowser_Mobile.git

About

A simple mobile browser developed with .NET MAUI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages