Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about iOS development and PDF

open Link probLem in note!

More
IP: 192.168.0.70 12 years 8 months ago #3412 by truculent
hi
some time when tapped on my note we give this aLErt :(

upload7.ir/images/30794126762862114032.png

but not's content not 'y'!! in alert show wrong Value :(
More
IP: 192.168.0.70 12 years 8 months ago #3416 by stronglee
Hi,
In PDFView.m,there need to judge the return value of Annot


if( annot )
{
char uri[512];
int returnValue = Page_getAnnotURI(page, annot, uri, 511);
NSString *nuri = [[NSString alloc]initWithUTF8String:uri];
if(returnValue>0 )//open url
{
if( m_delegate )
[m_delegate OnOpenURL:nuri];
return ;
}
Time to create page: 0.423 seconds
Powered by Kunena Forum