How to remove Zoom Button From Azure B2C in Xamarin Forms

这一生的挚爱 提交于 2021-01-26 21:46:31

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/47787968/how-to-remove-zoom-button-from-azure-b2c-in-xamarin-forms

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!