MobileBlazorBindings icon indicating copy to clipboard operation
MobileBlazorBindings copied to clipboard

Does blazor hybrid work on iOS?

Open ygl-rg opened this issue 3 years ago • 5 comments
trafficstars

Hi All

I created a project by using "dotnet new blazorhybrid -o trial" and tried to run it on iOS without success. The phone showed a blank page. The android version just works. I am wondering whether it supports iOS or not. Thanks

Regards

ygl

ygl-rg avatar Feb 22 '22 03:02 ygl-rg

Hi, iOS is supposed to work, but maybe a new issue has come up. Did you try running in the iOS Simulator or on a physical iOS device?

Eilon avatar Feb 22 '22 16:02 Eilon

Hi I am running this dem on iPhone X (iOS version: 15)

ygl-rg avatar Feb 22 '22 17:02 ygl-rg

Are you able to try on the iOS Simulator? I've occasionally seen issues where it works on Simulator but not on a physical device. That could help narrow down what the problem is.

Eilon avatar Feb 22 '22 17:02 Eilon

Are you able to try on the iOS Simulator? I've occasionally seen issues where it works on Simulator but not on a physical device. That could help narrow down what the problem is.

It's not working on simulator too. When I inspected the simulator on the browser, I found the app div is empty image

AmirImam avatar Apr 02 '22 10:04 AmirImam

@Eilon , Our project was working fine on iOS and Android until we upgraded our iOS SDK from 14.5 to 15. (Which is required by Apple by April 25). That caused a bunch of build errors and after we got all those resolved, we now have the blank page problem similar to what a few other people have mentioned.

jmacentee avatar Apr 05 '22 14:04 jmacentee