Closed 118-61-21-230 closed 8 months ago
This is not entirely Mises' problem. In the Android platform, detecting who is the default browser is not accurate enough.
resolveInfo.activityInfo
may return android
or site.mises.browser
.
should consider whether to relax some conditions.
// first time use strict
if (strict) {
context.packageName == resolveInfo.activityInfo.packageName
} else {
context.packageName == resolveInfo.activityInfo.packageName ||
context.packageName == "android"
}
fixed in #221
Even IF you set the browser as default, still that option is visible.