Macke
❔ Trying to use SyncFusion with Blazor.
Hi, i've installed the blazor components from the website and through the nuget manager on Visual Studio, i have an approved license. However when i use Syncfusion it still gives me the banner saying it's a trail version. Can anyone help me?
2 replies
Can someone explain the use of Dispose?
I'm using Blazor and found this code for displaying a live update of The current time. I understand most of it except the use of timer.Dispose(). What would happen if this is not included. I don't notice a difference in performance when not using it.
27 replies
❔ Can't deploy app MAUI
I'm trying to Deploy/Publish the app i've made but i'm getting a bunch of errors that i don't understand. I'm pasting it below maybe someone can see what the problem is and point to the right direction.
https://pastebin.com/tMVVipZ7
5 replies
❔ Getting the cookies and current Url from Webview [MAUI]
I'm making a simple app where the user needs to log in the first time they're using it in WebView and after they've logged in i need to collect the cookie in the request header. So i need to check what url they're on and if they're in the correct url i'll get the current cookie header and store it in the app.
I don't know if this is clear enough. I've tried googling but i've only found out on how to set the cookies for webview but i haven't found anything about pulling it from the webview.
2 replies