Anil Kumar Pandey
Anil Kumar Pandey
Thanks, its working but timer is still not working properly, actually when user logged I stored the `new Date().getTime() + 180*60*1000` in my DB and the stored value look something...
Siddii, any solution for above mentioned problem. Please give me any suggestion for that.
Actually I want to create a 3 hours countdown timer for Online Exam which should not reset on page refresh. When user logged in I am storing timer start-time value...
Yes you are right, I am storing the timer value (in milliseconds) in DB and initialize it on page load, So the value will remain same on every page load,...
Yeah, Its working fine without modal.
@SirWojtek which library are you using?
I am getting the same issue. I want it for Android only. Is someone got any solution? FYI: I am using expo with React Native
@msert29 Thanks, It worked for me.
Now I am getting this exception { "timestamp": 1498831206370, "status": 500, "error": "Internal Server Error", "exception": "org.springframework.transaction.CannotCreateTransactionException", "message": "Could not open JPA EntityManager for transaction; nested exception is java.lang.NullPointerException", "path":...
Hi @rcandidosilva After some time I am getting this exception could not prepare statement; nested exception is org.hibernate.exception.JDBCConnectionException: could not prepare statement and Could not open JPA EntityManager for transaction;...