File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
molpayxdk/src/main/java/com/molpay/molpayxdk Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ public class MOLPayActivity extends AppCompatActivity {
9595 private final static String mppinstructioncapture = "mppinstructioncapture://" ;
9696 private final static String module_id = "module_id" ;
9797 private final static String wrapper_version = "wrapper_version" ;
98- private final static String wrapperVersion = "3 " ;
98+ private final static String wrapperVersion = "4 " ;
9999
100100 private String base64Img ;
101101 private String filename ;
@@ -190,6 +190,8 @@ protected void onCreate(Bundle savedInstanceState) {
190190 mpMOLPayUI .getSettings ().setDomStorageEnabled (true );
191191 mpMOLPayUI .setWebViewClient (new MPMOLPayUIWebClient ());
192192 mpMOLPayUI .setWebChromeClient (new MPMOLPayUIWebChromeClient ());
193+ mpMOLPayUI .getSettings ().setLoadWithOverviewMode (true );
194+ mpMOLPayUI .getSettings ().setUseWideViewPort (true );
193195
194196 CookieManager .getInstance ().setAcceptCookie (true );
195197
You can’t perform that action at this time.
0 commit comments