Oleksandr Dodatko

Results 88 comments of Oleksandr Dodatko

> We got this behaviour after migrating to MAUI from Xamarin (there it worked fine). @IsvAdvanced "trailing slash working fine under x.forms" - might be due to x.forms using a...

@Octopon sometimes there might be a need for the hyperlinks within the text. So doing the typography or calculating the hit-boxes manually seems like a lot of work. Especially given...

Run a script below to choose an SDK before running the one in the repo : sudo xcode-select -switch For example, sudo xcode-select -switch /Developer ## legacy xCode sudo xcode-select...

If the suggestion above does not help - please specify your understanding of the "SDK version" term.

@smeagol75 thanks for the workaround. If that's a change not within maui framework but rather in my sample code - could you please send a PullRequest to that repository? https://github.com/dodikk/bug-maui-webview-baseurl...

@smeagol75 in case your fix and workaround are within maui framework... could you please explain how to update my visualstudio or workflows (to which beta/nightly/etc) so that the changes would...

@smeagol75 so can we please have your code as text rather than merely as screenshots? Thanks again for the reply.

Ok, i guess, I've managed to apply the workaround and it seems to work ok. * commit: `a73ef05b07c03cb3f52fe992f91e99c89b29d0ea` * repo: https://github.com/dodikk/bug-maui-webview-baseurl https://github.com/dodikk/bug-maui-webview-baseurl/tree/a73ef05b07c03cb3f52fe992f91e99c89b29d0ea

I had to add this to my MAUI app `.csproj` ``` ios-arm64 ``` due to this error ``` Assets file project.assets.json doesnt have a target for "net7.0-ios/ios-arm64" You may also...

Combining the dynamic libs of the framework to a single binary with `lipo create` seems like a flawed approach since both iPhone and Mac desktop might be using the same...