Daddoon
Daddoon
Doc has been updated
Seems to be tracked on Bugzilla too: https://bugzilla.mozilla.org/show_bug.cgi?id=1571175 Also here: https://bugzilla.mozilla.org/show_bug.cgi?id=1529082
The main difference is that BlazorMobile allow you to develop an hybrid mobile app with the regular Blazor framework, meaning a web app under the hood + native end if...
It seems to be new ! Don’t know about web / native communication with their new support, but it’s a very good move. I will take a look too, maybe...
As both run on top of Xamarin , you should be able to use MSAL in native or in the webpage with regular Blazor depending your need. You may even...
@ganinja Just a side note i was thinking about MSAL support. I don't know exactly how this is managed in the current state, i already used JWT instead, but keep...
> > > > It seems to be new ! Don’t know about web / native communication with their new support, but it’s a very good move. > > I...
Same issue here related : https://github.com/piroor/newtabfromlocationbar/issues/18#issuecomment-347074234
Some documentation : https://stackoverflow.com/questions/45139926/how-to-check-if-a-tab-has-been-reloaded-in-background-js https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Content_scripts As we can’t enforce some behavior between the webnavigation api and webrequest api, one solution is to inject a content_script that wrap the window.history API,...
When you launch your debugging session, is your iOS or Android project set as the default project ? If you want to Debug both a native app (iOS / Android)...