I am hitting an inconsistency between web and IOS in capacitor (using Framework 7) where data that should be available on the page (and is in Chrome for web) is not for IOS:
Seems you are loading some content page as F7 page and it is dependent on when the user is logged in? In the second screenshot in iOS the user is not logged in, while on the first it is logged in so different page is loaded with all the components …
It’s not that. This is the sign-in page with no conditional regions or page protection. The sc_licheck returns 401 in the first screenshot because it is not logged in. The same should be there in the second on IOS (or 200 if logged in)
Both screenshots are the same page from the same Capacitor project - IOS doesn’t register the dmx components
Well the route is empty on the web project and full on the iOS side… when there is no route the inline page will load, if there is a route then the external route page will load and not the inline.