Jump to content

New Jocly platform Interface


jeromechoain
 Share

Recommended Posts

Hi,

 

we just released a completely new interface for our html5 board game platform: http://www.jocly.com (already more than 50 games)

 

We used AngularJS and provided a responsive design to be able to use the same interface on the smallest phone to the biggest desktop screen.

 

Most of the games are available in 3D (WebGL thanks to Threejs), video chat available depending on your device (WebRTC), and many other features.

 

We are looking for feedback, all comments are very welcome.

 

More details here: http://www.jocly.com/node/360

 

Thanks!

 

post-125-0-76536300-1380642269_thumb.jpg

 

post-125-0-60125100-1380642412.jpg

Link to comment
Share on other sites

  • 2 weeks later...

I've heard conflicting things about the advisability of using Angular on mobile platforms, mainly due to the amount of stuff that Angular does behind the scenes, i.e., the platform is not particularly a light one.  Since you are using it, it must be working for you.  I don't want to pry at company secrets, but in a general way, is there any advice you can give about employing Angular on a phone?

 

Also, I must say that this is a clever idea, melding video chat with games.

Link to comment
Share on other sites

We haven't noticed any real issues with AngularJS on mobile so far.

 

There is only one thing worth noticing. We make an extensive use of AngularJS views (ng-view) and dynamic templates. This means some HTML code is loaded and injected into the page DOM based on user actions. Some browsers may have issues with that for security reasons. This is the case of Chrome when using the "file: //" scheme.

 

The workaround consists of preloading all HTML fragments at startup, and embedding them into script tags using the attribute type as "ng-template". This solves the security issue and makes things loads much faster since you don't rely on a network connection that may have been degraded at the time you need it.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...