Posts

Post not yet marked as solved
1 Replies
3.3k Views
Hello.We have app and have problem with authorization. Dont show autorization window.We try do it from url - https://appleid.apple.com/auth/authorize?client_id=ranx.signin.com&response_type=code%20id_token&response_mode=form_post&state=ranxState&redirect_uri=https%3A%2F%2Franxsport.comApp work in WKWebView class.var webView: WKWebView?and load url - webView?.load(request)In web and android version all ok, in ios simulator all ok. But not work on device.https://dropmefiles.com/eJdYWOn video i tapped Apple button but not working.Thanks for help.Best regards Evgeniy.
Posted Last updated
.
Post not yet marked as solved
0 Replies
193 Views
Hi guys. Please help me. I don't understand why label not show my hexagram. Simulator IOS < 13 not show, IOS > 13 all ok. I try change font to system but that not help. That my code:let hierogliph: UILabel = { let hierogliph = UILabel() hierogliph.text = "䷄" hierogliph.textColor = #colorLiteral(red: 0.2129859924, green: 0.161139518, blue: 0.1228835955, alpha: 1) hierogliph.minimumScaleFactor = 0.5 hierogliph.adjustsFontSizeToFitWidth = true hierogliph.textAlignment = .center hierogliph.font = UIFont(name: "IM_FELL_Double_Pica_SC", size: 100) hierogliph.translatesAutoresizingMaskIntoConstraints = false return hierogliph}()Foto Simulator IOS 12.2 and IOS 13.3https://i.stack.imgur.com/ZIxaf.jpgThanks for help.Best regards, Evgeniy.
Posted Last updated
.