GithubHelp home page GithubHelp logo

chrome-cordova's People

Contributors

agrieve avatar bshepherdson avatar clelland avatar drkemp avatar fredrikeldh avatar jbwillms avatar kzahel avatar luke-john avatar mmocny avatar mwoghiren avatar nleclerc avatar umaar avatar zanderso 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

chrome-cordova's Issues

Listen for app focus

I need to queue up an action whenever a user brings the mobile app into focus. I've looked at the idle API but it seems only react when there is an input - I need the exact same functionality but for detecting when my app has been switched to.

Any tips?
Cheers!

java.lang.NoSuchMethodError: android.app.Notification$Builder.setPriority

I'm getting a crash report with the following details:
java.lang.NoSuchMethodError: android.app.Notification$Builder.setPriority
at org.chromium.ChromeNotifications.makeNotification(ChromeNotifications.java:208)
at org.chromium.ChromeNotifications.access$000(ChromeNotifications.java:35)
at org.chromium.ChromeNotifications$1.run(ChromeNotifications.java:259)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
at java.lang.Thread.run(Thread.java:856)

The user is using a Galaxy Tab2 7.0 (espressorf) with Android 4.0.3; shouldn't we use the android.support.v4.app.NotificationCompat.Builder package for backwards compatibility?

chrome.socket on iOS

Hi,

first of all great work with the cca a tool. It worked great for generating an iOS project from my chrome packaged app. Unfortunately chrome.socket.connect doesn't seem to invoke the callback. When I debug the app using remote debugging via Safari, it never steps into the callback. Here's my code:

chrome.socket.connect(self._socketId, host, port, function(result) {
      ... this is never called ...      
});

I know keepAlive isn't implemented yet, so I avoided using that feature. Is there something else that I need to do to enable sockets for iOS?

thanks

Google Chrome APIs

While it is nice to have all the chrome packaged apps APIs, what about other APIs that are in chrome but not on iOS(Safari)? For example webGL and webRTC.

TLS handshake on top of chrome.socket

We implemented shims for node's net/tls apis on top of chrome.socket using Forge (TLS in JS). We're using this for our IMAP/SMTP email client and it works fine for Chrome Packaged Apps on the desktop. You can try the app here: https://whiteout.io

On iOS the problem is, the tls handshake does not complete. Could this be because setKeepAlive is not implemented on mobile? If so, how can I work around this constraint? Here's my code:

https://github.com/whiteout-io/node-shims/blob/master/src/node-tls.js#L110

Thanks!

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.