mikeric / rivets

Lightweight and powerful data binding.

Home Page:http://rivetsjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using rivets on cordova android.

fsvieira opened this issue · comments

Hi, I am doing a application on cordova to run on android, I am using rivets.

I load the template successfully with jquery and than I bind the data with rivets but it doesn't show any data, on element inspect I can see that no data is set on elements.

What can I do to debug and solve this issue?
Thanks, great lib.

Can you verify your code works on desktop browser? Plunker?

Hi,

It is working ok on the browser, but I made some more tests and the bug seems not to be on rivetjs, I made a basic test with a counter and it updates ok.

Sorry for the trouble, I will close the issue.