iyzico / iyzipay-php

iyzipay api php client
MIT License
300 stars 89 forks source link

Checkout Form Responsive Sorunu #172

Closed ercnshngit closed 1 year ago

ercnshngit commented 1 year ago

Mobilde "css-4276uk-Popup-Box-Box" classında margin: 0 auto; olmasından dolayı mobilde form küçük gözüküyor.


<div id="iyzipay-checkout-form" class="responsive"></div>
{!! $paymentinput->getCheckoutFormContent() !!}
ercnshngit commented 1 year ago

Sorunun nedeni html sayfamda responsive olmasını sağlayan head etiketinin bulunmamasıymış.

<head>
    <meta charset="utf-8">
    <meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
</head>