Daddoon
Daddoon
On BlazorMobile it's working without issue because it's a trickery: The C# code, even if it's "assemblies" is executed in the Web browser, wich is a Sandbox for the OS....
You may be right, we may do some "usefull" things that are more an addition to the existing **Mobile Blazor Bindings** state that a completely different thing. I may be...
I understand your disappointment but actually, running a Blazor app in Native mode (meaning like the Xamarin.Forms components) or as a regular Blazor Web app with Mobile Blazor Bindings, in...
@jspuij What a news ! Thanks for the info ! Would not have guessed that some days Apple would change their mind about this , even if what you describe...
I think the last risk you mention can exist in any kind of app. Client is never secure. But it's true that it will be easier to decompile and read....
Read this documentation : https://github.com/Daddoon/BlazorMobile#validating-the-blazor-application-navigation Maybe I will remove the default code I made in template as people always ask without reading. But I agree, this behavior on JavaScript is...
I agree with you. Maybe i will add some kind of workaround for Android for this case at low level. Actually only this platform may fire this, it doesn't use...
I'm not sure the hash thing work on Blazor generally. Were you expecting a Navigation event on Android ? As far as i know, this is not always considered as...
If it doesn't work externally too, it's not related to BlazorMobile but maybe on Blazor generally speaking.
I added an additional condition in the controller managing how requests validation are managed by the end user on Android. All request starting with **javascript:** should be ignored (not transfered...