You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I got curious situation with debugging my Angular code on page through BrowserSync on iPhone. BrowserSync is connecting successfully to my device, scrolling is fully synchronized on both computer/ iPhone but on the iPhone there is only empty page. I've checked markup and it seems that all styles and *.js files are loaded, but there is empty ui-view :-(
I got working browser-sync-spa middleware (without it is the same) and configured my proxy (there is running backend on localhost:80) as:
Hello! I got curious situation with debugging my Angular code on page through BrowserSync on iPhone. BrowserSync is connecting successfully to my device, scrolling is fully synchronized on both computer/ iPhone but on the iPhone there is only empty page. I've checked markup and it seems that all styles and *.js files are loaded, but there is empty
ui-view
:-(I got working
browser-sync-spa
middleware (without it is the same) and configured my proxy (there is running backend on localhost:80) as:Does anybody solved iPhone debugging problem?
Regards!
The text was updated successfully, but these errors were encountered: