-
Notifications
You must be signed in to change notification settings - Fork 370
Back text overlaps Cancel text #46
Comments
I'm also seeing this. |
I know this is pretty old, but the same still happens to me on iPhone 4 / IOS 7 in Xamarin Forms project, using PayPal bindings from https://github.com/tom-mayer/PayPalTouch, and libPayPalMobile.a library from Xamarin IOS SDK v2.9.0. Question: what exact change in 3592099 fixed this issue? |
We slightly increased the delay (from 0.5 seconds to 0.8 seconds) between showing the previous screen and the above screen. That "previous screen" is one that you often may not notice at all; it shows a modal activity spinner while the library pre-connects to the PayPal server. I don't know anything about Xamarin. Can you check whether our |
Thanks Dave for prompt reply! It makes sense to me a lot that this was a timing issue.
|
@Crulex my first inclination is to not worry about a problem that occurs only occasionally and only on an iPhone 4. But according to this page 8% of iPhone users are still using an iPhone 4. I think that the correct fix would be to call |
Hi Dave,
I got to agree with you. Your suggestion looks good. Thanks again! |
We were using a 4S when we made the above timing fix, so I think we're okay on that model. |
See step 4 in our integration instructions:
|
Thanks Dave for your help! I've managed to call [PayPalMobile preconnectWithEnvironment] method.
Any ideas why? If you have any quick hints please let me know. |
@Crulex hmm. No, I don't think I can offer any suggestions re that crash. I can't even tell what call in your code triggered the stack trace. (If you were going to call |
I thought that might be something to do with PayPalEnvironment constants above that I'm passing (since it was crashing with PayPalEnvironmentSandbox, but worked with PayPalEnvironmentNoNetwork). If constants look fine, I'll stick with not using preconnectWithEnvironment() method so far. Let's close this for now - seems like switching off animation works as a workaround! |
@Crulex the constants look right to me. So okay -- closing this issue for now. Thanks for your efforts! |
I'm not sure if anyone has found this already, but I just installed the latest plugin and while running on an iOS 7 simulator I get this strange overlap. Once I hit cancel and open it again its fine. Just a minor detail.
Cheers
![screen shot 2013-10-03 at 6 34 33 am](https://camo.githubusercontent.com/61687dd3f808524f10084a43d4e3f7a31ee11cccbb5b9b087a0a717ef410486b/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f323033393533392f313236313632302f35306461616463362d326333312d313165332d383130342d3739376265373966393531652e706e67)
![screen shot 2013-10-03 at 6 38 41 am](https://camo.githubusercontent.com/7d4980dcc9e0129f39a5c5c2b74e734b9be116045ee8f8dddf4d96f5065dc457/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f323033393533392f313236313632372f37336139633763652d326333312d313165332d386638642d3262336338346131363331632e706e67)
The text was updated successfully, but these errors were encountered: