h_classen
(Hans-Gerd Claßen)
August 2, 2021, 9:01am
2
i'd try to connect your iPhone/iPad to the mac and use safaris devtools to display your devices setup console/etc. ... so you can see what's happening ...
https://betterprogramming.pub/debugging-your-iphone-mobile-web-app-using-safari-development-tools-71240657c487
You will some times run into a problem where your project works on a Mac but not an iOS device.
You can of course use Hype Reflect’s console but it’s reporting is limited. Also you may have everything work on the iOS device when pushed locally to Hype Reflect but not on your real server.
Some of you are familiar already in using a Desktops web browsers built in console to debug issues and this tip is not an in-depth in using the console.
But by plugging your device into your Mac and openi…
1 Like