Max
Max
hi, i love your component, but now, after build, my visual studio show this error: Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly 'BottomBar.XamarinForms, Version=1.0.6133.37691, Culture=neutral, PublicKeyToken='. Perhaps it...
Hi, I'ts possible to have the "NEXT" and 'PREV' button on top and bottom form ?? Regards Massimo
hi, it's possible to save item in store vuex width onEnd method ?? br max
hi, this is my code: `var options = new Options { ClientId = appKey, //App key ClientSecret = appSecret, //App secret RedirectUri = callbackUrl }; // Initialize a new Client...
hi, i used: var authRequestUrl = client.Core.OAuth2.Authorize("code"); HttpWebRequest request = (HttpWebRequest)WebRequest.Create(authRequestUrl); request.ContentType = "text/json"; request.Method = "GET"; request.AllowAutoRedirect = true; HttpWebResponse response = (HttpWebResponse)request.GetResponse(); but the request not return code...
hi, i put this code in my page: ` var opts = { language: "en-GB", pathPrefix: "../localize", skipLanguage: "default" }; $("[data-localize]").localize("lang", opts);` it's possible to get the string from json...
hi, it's possible to add a new language 18n. i will want to add italian language br Max
android studio show this error: FAILURE: Build completed with 2 failures. 1: Task failed with an exception. ----------- * Where: Build file 'C:\Users\devitis.massimo\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_nfc_kit-3.4.2\android\build.gradle' line: 19 * What went wrong: A...
Hello, i downloaded your project, almost everything works. In fact, after logging in, the system does not go to the dashboard. It seems that Auth :: check () is always...
hi, hi, i'm using your disclaimer, but filtering on a float or decimal number doesn't work i saw that to make mysql filter a decimal number in this world: select...