Johny Jugianto

Results 5 comments of Johny Jugianto

hi uzumakinaruto123, how you make it working? i'm facing the same problem. i manage to compile after i remove fb_app_id/name from json and xml. but when i run AccountKitPlugin.loginWithPhoneNumber in...

Additional info for my previous comment: i couldn't find any log in console, which called either in success or error callback. Now it's working too. (Account kit UI is show...

A working workaround for me right now is create a pdf (that contain text/image/others) then append it to targeted pdf. ``` const newRecipe = new HummusRecipe('new', otherPdfFile); newRecipe .createPage('A4') .image(image,...

Same bugs happened to me. After search a while, i found the root cause for mine is iOS date parsing different from Android. So make sure u are passing correct...

@srimitetib23 yyyy/MM/dd hh:mm if you dont use time, just use: yyyy/MM/dd hope that helps.