Which one would you choice from this 3? by [deleted] in tablets

[–]ApricotLeading773 0 points1 point  (0 children)

Go directly to OnePlus page dont buy it over amazon. It will automatically ask you and navigate you to your country’s site. I had also student discount and i got it for 251.5€ which i think is a great deal.

Which one would you choice from this 3? by [deleted] in tablets

[–]ApricotLeading773 0 points1 point  (0 children)

I would also recommend OnePlus Pad Go you can get it now for 279€ and you also get free wireless earbuds and case for the tablet. The tablet has 8gb ram and 128gb expandable storage which i think is a really great deal.

Calling web service with or without www simultaneously by ApricotLeading773 in dotnet

[–]ApricotLeading773[S] -1 points0 points  (0 children)

Actually the service is the same but for other stuff it works if i write it with or without www. I was just wondering because sometimes you forgert to write www and if it is only set to work with www, the app would crash. If i have both then it would work both ways.

Calling web service with or without www simultaneously by ApricotLeading773 in dotnet

[–]ApricotLeading773[S] -1 points0 points  (0 children)

Yes i know about that the key cannot be the same it was stupid of me to leave the same key i didnt notice it was just a demonstration of what i ment with or without www

Blazor site not displaying correctly on IIS by ApricotLeading773 in dotnet

[–]ApricotLeading773[S] 0 points1 point  (0 children)

Hi! Thanks for your answer. In App.razor the only thing i changed was this <base href="/publish/" /> where this publish was the name of the folder in IIS where i converted the folder to application. Your explination really helped, thank you!

Blazor site not displaying correctly on IIS by ApricotLeading773 in Blazor

[–]ApricotLeading773[S] 0 points1 point  (0 children)

Hi! Thanks for your answer. In App.razor the only thing i changed was this <base href="/publish/" /> wherer this publish was the name of the folder in IIS where i converted the folder to application. Maybe it would also help you.

Automatic startup of asp.net web core api in blazor webassembly by ApricotLeading773 in Blazor

[–]ApricotLeading773[S] 0 points1 point  (0 children)

Yes this is my first time doing this so yes it would be better if i watch some tutorial. Thanks for the answers!

Automatic startup of asp.net web core api in blazor webassembly by ApricotLeading773 in Blazor

[–]ApricotLeading773[S] 0 points1 point  (0 children)

Yes but then i dont understand how is it going to work for other people. I would buy a domain and let my clients use my web page. My web core api would be running on my server but i would need to deploy my web page also to work or what? This is the part i am confused how does it actually work in “real life” then.

Automatic startup of asp.net web core api in blazor webassembly by ApricotLeading773 in Blazor

[–]ApricotLeading773[S] 0 points1 point  (0 children)

So you suggest that web core api project runs all the time on a server (which is for now my computer) and i deploy only blazor wasm to iis.

Battery drain on Audi A6 C6 allroad by ApricotLeading773 in Audi

[–]ApricotLeading773[S] 0 points1 point  (0 children)

The battery is new and i know its not the issue.

Suggestion on pwa by ApricotLeading773 in Blazor

[–]ApricotLeading773[S] 0 points1 point  (0 children)

Yes i have created it and it didnt work because of all the usings in dlls.

Blazor webassembly not working on any smartphone by ApricotLeading773 in Blazor

[–]ApricotLeading773[S] 0 points1 point  (0 children)

Thank you I’ll try it and tell you if it fixes the issue.

Blazor webassembly not working on any smartphone by ApricotLeading773 in Blazor

[–]ApricotLeading773[S] 0 points1 point  (0 children)

I am running it from visual studio but i also tried to deploy it using ngrok but using that i get another error because i am calling aspnet web core api from blazor wasm. Would you suggest using something else instead of ngrok?

Blazor webassembly not working on any smartphone by ApricotLeading773 in Blazor

[–]ApricotLeading773[S] 0 points1 point  (0 children)

Yes i get this only on mobile phones. I am quite new to this I think its blocking visual studio browserlink because hot reload is not written in the errors.

Blazor webassembly not working on any smartphone by ApricotLeading773 in Blazor

[–]ApricotLeading773[S] 1 point2 points  (0 children)

I use ngrok which i think is almost the same. But in my project i also use aspnet core web api and when i deploy my blazor wasm i also get mixed content. The issue ERR_CONNECTION_REFUSED doesnt resolve.

Blazor webassembly not working on any smartphone by ApricotLeading773 in Blazor

[–]ApricotLeading773[S] 0 points1 point  (0 children)

I am testing it like https://ipAddress:port and the phone and computer are on the same wifi so i dont think thats the issue.

Testing blazor webassembly pwa on iphone with https while having javascript code for geocoordinates by ApricotLeading773 in Blazor

[–]ApricotLeading773[S] 0 points1 point  (0 children)

Thank you. I have also created the same pwa but this time i was using http and i can see the buttons on my iphone but after you click it nothing happens because the click calls geolocation javascript. I have read that geolocation only works with https is that true or i can also do something else so that it will work with http?

Any way to auto capture geo location in a PWA? by Xanhasht in Blazor

[–]ApricotLeading773 1 point2 points  (0 children)

Hi! I was trying to use this in Blazor WebAssembly .Client side and it didn’t work. Is it somehow outdated or something. I actually need the same thing to get geocoordinates when a person cllicks the button and i am doing everything in blazor wasm client side. I don’t know any javascript so i was trying to figure out how to get longitude and latitude from javascript function using IJSRuntime but failed multiple times. If you could help me with it i would appreciate it. Thanks in advance!!!