Eilon / MauiHybridWebView

MIT License
206 stars 45 forks source link

Make it easy to enable browser dev tools #20

Closed Eilon closed 1 year ago

Eilon commented 1 year ago

Add a new EnableWebDevTools Boolean property to HybridWebView to make it easy to enable browser dev tools.

You could then use it like this:

#if DEBUG
        myHybridWebView.EnableWebDevTools = true;
#endif