We need access to ipad/iOS Orion debug console/web inspector to debug web site and extension on mobile devices.
Activate the iPhone/IPad Debug Console or Web Inspector
Temporary debugging solution with tabs.create()
.
addEventListener("error", async (event) => {
await chrome.tabs.create({
url: `data:,${encodeURIComponent(event.message)}`,
});
});
hey @Vlad, is it possible to inspect from OSX? Or there is no way to see inspector mobile nor from usb cable?
Thanks
Thorvarium for now web inspector is not available for Orion, but we will see how Safari provides inspector feature when connected to USB.
However you can use Orion's internal Debug Logs if that helps. Enable Debug Log
under Settings
and then open debug controller by ...
-> Debug Log
Available in testflight now!
Hi @Vlad, how can I join testflight for orion? How long till the next release?
Thanks for working on this feature!
Also, by the way... I've never received e-mail notification that someone mentioned me here back in April
Just checked my settings and I am supposed to receive the e-mail notification, maybe this is broken?
thx
Thorvarium You become Orion+ member.
Thorvarium Did you get this one?
Vlad I have not lol. I've been checking every day to see if someone is saying anything
I've restarted the background workers sending the notifications. Let me know if that resolves the issue for you
Thorvarium Vlad
- Edited
Wow! How to get testflight version? I'm also waited for that feature!
luceos I have not, just found this message by coming back here again hehe