Code Monkey home page Code Monkey logo

rexxar-web's People

Contributors

ianwith avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rexxar-web's Issues

我的rexxar-web的example跑不起来

git拉去rexxar-web后执行
rexxar-web\example>npm i
rexxar-web\example>gulp serve
后报错
ERROR in ../lib/rexxarFetch.js
Module not found: Error: Cannot resolve module 'isomorphic-fetch' in C:\Users\Hello\Downloads\Rexxar\rexxar-web\lib
@ ../lib/rexxarFetch.js 8:23-50
webpack: Failed to compile.
打开后看到文件rexxarFetch.js
第8行是var _isomorphicFetch = require('isomorphic-fetch');
require的isomorphic-fetch找不到
然后我执行>npm install --save isomorphic-fetch es6-promise

网络请求是如何进行的

一般来说 一个网页发布几个版本? h5一套 hybrid一套?

还是一个页面分不同环境进行?如果是这样的话,那么 网络请求:

  • hybrid 环境下 是 native代理进行的 ?
  • h5 环境下 如何?

不太明白 万求指导

请问 下面两段脚本是什么作用

来自 http://img3.doubanio.com/dae/rexxar/files/subject/subject-34a447e5c0.html

 <script>
      window.Rexxar = window.Rexxar || {};
      window.Rexxar.Lifecycle = window.Rexxar.Lifecycle || {};
      window.Rexxar.Lifecycle.onPageVisible = function() {};
      window.Rexxar.Lifecycle.onPageInvisible = function() {};
    </script>

下面的 VENDOR_START VENDOR_END 是在哪设置的呢?

 <script>
      if (!window.VENDOR_START) {
        logSend('Vendor assets failed to load.');
        var reloadBtn = document.createElement('div');
        reloadBtn.style.fontSize = '14px';
        reloadBtn.style.color = '#494949';
        reloadBtn.style.margin = '12px';
        reloadBtn.appendChild(document.createTextNode('点击重试'));
        reloadBtn.addEventListener('click', function() {
          window.location.reload();
        });
        showErrorMsg("资源加载失败啦 :(", reloadBtn);
      } else if (window.VENDOR_START && !window.VENDOR_END) {
        logSend('Vendor assets load incomplete.');
        var reloadBtn = document.createElement('div');
        reloadBtn.style.fontSize = '14px';
        reloadBtn.style.color = '#494949';
        reloadBtn.style.margin = '12px';
        reloadBtn.appendChild(document.createTextNode('点击重试'));
        reloadBtn.addEventListener('click', function() {
          window.location.reload();
        });
        showErrorMsg("资源加载失败啦 :(", reloadBtn);
      }
    </script>

两个不同的webview如何做值传递的问题

sorry,没有看到什么特殊的渠道可以参与讨论,所以在这里开一个issue

按你们的设计思路,假如A页面一个链接到了B页面,此时转场动画交给了native去做,A页面和B页面同时处于两个不同的webview中,如果B页面的某些状态发生了改变,需要通知到A页面做update,这种情况如何做同步

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.