Hello everyone,

My universal app gets rejected by Apple yesterday. On iPad I'm opening a 
UIPopOverController with UIWebview to show some html text describing the 
location on a map view. Sometimes this text contains a phone number in form of 
html tag (i.e. <a href="tel:34323423432">) tag. Even if I disable all data 
detector types this link is still active. In case it's touched web view opens 
another popover with action sheet to Add to contacts and Copy. According to 
Apple statement that's not in compliance with the App Store Review Guidelines 
as there's more than one popover element visible on screen at a time and the 
iOS Human Interface Guidelines state that only one popover element should be 
visible on screen at a time.

I spent the whole day trying to find some solution but I wasn't successful at 
all. It seems like bug to me either in UIWebView or MonoTouch. If I try to open 
another action sheet from that popover controller it opens correctly inside it 
(animated from the bottom of popover). But for some reason web view doesn't 
recognize its inside a popover and opens another one.

Petr

<<attachment: screenshot.png>>

_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to