Giter VIP home page Giter VIP logo

r2-glue-js's People

Contributors

aferditamuriqi avatar denglili-ep avatar jaypanoz avatar jccr avatar roberthodan avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

r2-glue-js's Issues

Need to review link handling

Kotlin/Swift: link handling needs to be evaluated and tested and from my understanding this is something that is being currently worked on in Glue, we haven’t done any thorough testing on mobile as it currently stands right now.

Fresh build apparently broken at the moment

Installed the latest Android Studio, 3.1.3 and then cloned the r2-kotlin-app repo. Opened it with AS, which caused AS to update all sorts of dependencies, but then after a lot of running, it issue these errors

org.gradle.api.artifacts.ResolveException: Could not resolve all dependencies for configuration ':r2-testapp:debugRuntimeClasspath'.

The complete output of the errors is here:

AS_Build_Errors_20180718.txt

Resolve conflicts between drag and context menu during slow selections

Kotlin: When dragging slowly there are situations where content gets selected and the context menu shows up, which is not what the user experience should be. Currently, we have a workaround in native code (Kotlin), but that also means right now that an intended selection isn’t working.

Produce documentation

  • Document the messaging protocol and patterns
  • Document the API
  • How-to docs for implementing a module

touchHandling.js extra use cases

Just recording my thoughts but a handful of existing features in other Reading Apps came to my mind when closing the UX issue in Readium CSS:

  • opening table in a dedicated web view/modal when double-clicking/double-tapping it;
  • opening figure/img in a dedicated web view/modal when double-clicking/double-tapping and/or pinch-to-zooming – I’ve never quite understood why the figcaption is ignored when it is available though;
  • when handling links, there’s also linear="no" documents;
  • it’s not uncommon apps are also using pinch to zoom to change the font-size.

What do we want to do for those ones, and possibly others I can’t recall right now?

BTW is highlighting implied?

removeEventListener should return Promise

public removeEventListener(listenerID: number): void { this.call(EventHandlingMessage.RemoveEventListener, [listenerID]); }

The underlying call is async by nature, and the wrapper should reflect it.

Need support for flip and snap

For Kotlin, flip and snap is still something we need to fine-tune or replace with js. Here example which does it really well, but unfortunately not for web-view.

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.