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
ATM getInstanceOptions() only works on web application since it reads the content from the DOM. But it'll not work on mobile since the stack can't inject the data in the HTML.
getInstanceOptions should also work in a mobile application by calling the stack to have all the informations injected in the HTML. (mainly goal when writing this issue, knowing if the cozy is flat or nested. This kind of code will not work cozy/cozy-libs@d33345f#diff-81b87cd8e4fade0e86d13fae5c8324c6R26)
ATM getInstanceOptions() only works on web application since it reads the content from the DOM. But it'll not work on mobile since the stack can't inject the data in the HTML.
getInstanceOptions
should also work in a mobile application by calling the stack to have all the informations injected in the HTML. (mainly goal when writing this issue, knowing if the cozy is flat or nested. This kind of code will not work cozy/cozy-libs@d33345f#diff-81b87cd8e4fade0e86d13fae5c8324c6R26)also see #586
The text was updated successfully, but these errors were encountered: