Anup Aglawe
Anup Aglawe
Hi @zerosoul , currently it is not supported, but if you feel useful let me know it's pretty easy to add it.
Hi @sarthakastic Do you mind sharing the snip where the UI is breaking in smaller devices?
@sarthakastic yes, I'm aware of the overflow issue in the tablet-like screen sizes, will need to figure out the spacing without bothering much of the layout. Note that twitter is...
@AyushBorage28 Awesome, you can give it a shot. You can explore possible options like -- reducing padding of buttons, reducing icon size
@dalkommatt How are you storing one_time payments in tables? Did you create a new Payments table or are you using existing Subscriptions? If possible, can you share your code snippet....
@dalkommatt Thanks for getting back so quickly. I don't see any case which handles `one_time` payments in this repo's webhook. `app/api/webhooks/route.ts` ```js case 'checkout.session.completed': const checkoutSession = event.data.object as Stripe.Checkout.Session;...
Any update on this @v1r3n ?
Hi @surajahmed , any update on this. Facing the same issue. Thanks
@jpdery That's very weird. Personally, I don't use a windows PC, so can't reproduce it immediately. But will sure look into it. Additionally, may I know what version of chrome...
@jpdery Indeed, the lib it uses behind the scenes is the same as mentioned in the article. As I checked there is a slight modification I made, which is `preserveDrawingBuffer:...