79428426

Date: 2025-02-10 22:14:54
Score: 12 🚩
Natty: 4.5
Report link

Leo, Do you have the same solution for Android using MAUI?

I'm trying to find the same OpenUrl(...) method for Android using MAUI. Can you help me, please?

public override bool OpenUrl (UIApplication app, NSUrl url, string sourceApp, NSObject annotation){
    if (url.BaseUrl.Host.Equals ("app.myapp.io")) {
         UIViewController page = new TargetPage().CreateViewController();     
    }          
    return true;
}
Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Can you help me
  • RegEx Blacklisted phrase (2): help me, please
  • RegEx Blacklisted phrase (2.5): Do you have the
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Mauricio Junior