seal-app

Results 24 comments of seal-app

Android does not offer the same badge display functionality at the OS level as iOS. They are provided at the API level by the manufacturer of the device or launcher...

Android does not offer the same badge display functionality at the OS level as iOS. They are provided at the API level by the manufacturer of the device or launcher...

Incidentally, on Android, you can remove the badge display by writing the following code on the native side at startup and calling it from Flutter. However, this will also remove...

@pichillilorenzo Nice to meet you, I have always been a fan of this plugin. Thank you very much. This plugin uses OrderedSet, and OrderedSet seems to be included in the...

@rocchen Is this issue a duplicate of https://github.com/pichillilorenzo/flutter_inappwebview/issues/1909 ?

@mike-edify Thank you! Thanks to this I was also able to test InAppBrowser! It would be nice if the documentation describes how to write these tests!

@pichillilorenzo Thanks for the quick reply. I am happy to be of service. I will send you the APK file of the app to try Tapjacking in action, as well...

@Avijaygovinda I am not a security expert but I will answer. For Flutter apps, just incorporate the following code into the onCreate method of MainActivity.kt. ```kotlin val view = findViewById(android.R.id.content).rootView...

@Avijaygovinda Let me put the matter straight once and for all. You put in the `rootView.filterTouchesWhenObscured = true` response. But `tapjacking demo app` has been activated. Am I correct in...

I opened an issue on this. https://github.com/jhomlala/catcher/issues/269 I created PR https://github.com/jhomlala/catcher/pull/270