Relative Content

Tag Archive for swiftuiiframewatchosmobile-webkitaswebauthenticationsession

ASWebAuthenticationSession doesn’t load iframe

Intro I want to integrate a proprietary token provider into the WatchOS app. Communication with this provider happens with custom js SDK. So generally I have a plan to write my own HTML page to get the token in javascript and then deliver it to native code with window.location.href = “myapp_scheme://?token=” + token; Problem Under […]

WebAuthenticationSession doesn’t load iframe

Intro I want to integrate a proprietary token provider into the WatchOS app. Communication with this provider happens with custom js SDK. So generally I have a plan to write my own HTML page to get the token in javascript and then deliver it to native code with window.location.href = “myapp_scheme://?token=” + token; Problem Under […]