Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove Zoom Button From Azure B2C in Xamarin Forms

I have azure b2c running in my xamarin forms app, its work well but the ui customization is so limit. And I have one problem in the login page, signup page and forgot password it has Zoom button in the bottom of corner which is so annoying because sometime when I'm trying to press the signup its press the zoom button instead.

And how I can remove this button because I can't find any setting in the azure b2c i'm using wingtip as my Azure b2c layout from here is that because css i use from wingtip template or its because the azure b2c setting or something here is the example. Can I remove this?

enter image description here

like image 677
Theodorus Agum Gumilang Avatar asked Dec 13 '17 07:12

Theodorus Agum Gumilang


1 Answers

I Found the answer just add this in your html template

<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>

instead of make custom renderer in your xamarin forms and it works perfectly

like image 148
Theodorus Agum Gumilang Avatar answered Nov 15 '22 17:11

Theodorus Agum Gumilang