-
Notifications
You must be signed in to change notification settings - Fork 4
Description
This discussion was split from #36
When discussing WebView features, the use-case of "full-featured browsers" such as DuckDuckGo, keeps popping up as a special case.
Compared to (for example) hybrid apps, WebView-based browsers, such as DuckDuckGo, require more powerful WebView functionality (#40) to serve the users, and should be able to open any web page (#42) and serve as a user-preferred browsing method when possible. At the same time, users could use more built-in protection from malicious "non-browser" apps.
While hybrid apps and EPUB viewers clearly differ from browsers, the distinction may get blurry as we compare "full-featured browsers" to other WebView-based apps that embed remote web content such as miniapps (e.g. #36 (comment)). Conversely, "browsers" may provide features beyond the traditional web browsing.
I think this topic is worth exploring:
- Are there sensible criteria that would help distinguish "browsers" from "non-browsers"?
- Does this distinction make sense at all, or is it too limiting in the long run, like @pmeenan argued in Challenge: Apps can use WebViews to bypass web security standards, privacy standards, and user choice. #36 (comment)
- What are some concrete pressing problems that require solving, and is it possible to address them without making an exception for "browsers"?