Hi,

I have created a test HTML page that loads Javascript and displays a file as 
follows:

<html>
  <head>
    <meta name='viewport' content='width=device-width,minimum-scale=0.25, 
maximum-scale=5.0, user-scalable=1' />
    <script language = "JavaScript" src="scorm_1_2_api.js"></script>
    <script type="text/javascript">
        window.API = API;
        window.close = function() {
          API.triggerExit()
        };
    </script>
  </head>
  <frameset>
    <frame id='course' src='file://root/sdcard/web_application/start.htm' 
width='100%' height='100%'/>
  </frameset>
</html>

Within a normal Android Webview, I am able to load this HTML page and it 
successfully opens the locally stored web app within the frame. In XWalkView, I 
only see a blank white screen. Are frame sets not supported in XWalkView?

Any info would be much appreciated, and let me know if I can provide more 
details.
Thanks,
-Guido
_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help

Reply via email to