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

Select text button on iOS

More
10 years 1 month ago #10967 by ssaguado
Hello,

How can I enable the select text button on iOS?

Selecting text with long press is very uncomfortable because you don't know if you have held it down enought before drag.
More
10 years 1 month ago #10968 by emanuele
Replied by emanuele on topic Select text button on iOS
Hi,
this is the code in long press action:
Code:
-(void)OnLongPressed:(float)x :(float)y { [m_view vSelStart];//start to select m_bSel = true; }
You can add a button and call the same lines of code.
More
10 years 1 month ago #11015 by ssaguado
Replied by ssaguado on topic Select text button on iOS
Thank You.
Time to create page: 0.433 seconds
Powered by Kunena Forum