cordova - Viewport argument value "device-width;" error in iOS inspector -
i've been having issue mobile app redirecting blank white screen when try use azure's mobile service oauth. occurs when running on actual device.
it's ionic/cordova app , i'm trying authenticate through azure's mobile services. error when inspect app running on phone through safari's page inspector:
viewport argument value "device-width;" key "width" invalid, , has been ignored. note ';' not separator in viewport values. list should comma-separated.
here's code, think semi-colons should comma's, i'm not sure how fix because authentication page generated when make call mobile service.
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">
any suggestions appreciated.
Comments
Post a Comment