valinaga

Results 17 comments of valinaga

I just updated from the gem to 0.4.10. Will let you know the results. Thanks

same for me the latest firebase. however this works just fine: `npm install --save [email protected]` hope it helped.

I think you can still be able to do it with restyle, however need to ignore ui-kitten text mapping and use restyle variants instead. That's because the restyle theme is...

new $.nd2Search({ placeholder : "Search", defaultIcon : "globe-alt", source :function( request, response ) { $.getJSON( "/your_page.php/"+request.term, function( data ) { response( data ); }); }, ... you can replace $.getJSON...

@Vilitsa you can fork it until will get fixed. Or you can send a PR. Or both, as it's the same effort.

@mahdidavoodi7 you need to stop spamming with your comments. If you find a bug, report it with the way it can be reproduced, unless it was reported before. If you...

[UPDATE] You have to use streamer like in the sample app. Do not provide the url directly to the Epub src.

Generated locations are stored locally using `AsyncStorage` using a `book.key()`. But it appears that the `key()` method always return the same value for iOS. I didn't try it yet in...

After the update above, the issue still persists. I suspected that since the locations were messed up the `cfi` and `location` won't be found. But the issue is more profound....