I am trying to find a workaround to get google maps working on my mobile device (iPhone) using my IPAddress:Port# for testing. I know I can use google chrome dev tools to simulate mobile device usage but I've found certain quirks that only appear when using an actual mobile device.
My site is written using Javascript/HTML/CSS and I'm using express/node.js as the backend.
Does anyone know of a way to get google maps to function using a mobile device in this scenario? Again, this is just for testing purposes, I know it will work when pointing to an actual https web address. It also works when using localhost:portnumber as the address.
Thanks for any advice or pointing me towards relevant documentation that I can read.