Can anybody confirm this 10.2.3 TMemo behaviour on his Android devices? I tested with Samsung S7 - not really a rare device even though explosive - and it prevents distibuting any application using TMemo.
Can anybody confirm this 10.2.3 TMemo behaviour on his Android devices? I tested with Samsung S7 - not really a rare device even though explosive - and it prevents distibuting any application using TMemo.
https://www.youtube.com/watch?v=fYmkKx5Bmds
https://www.youtube.com/watch?v=fYmkKx5Bmds
Try to install another virtual keyboard on your S7 device.
ReplyDeleteIt looks like someone has attached a potential solution to the QC ticket but it’s in Chinese. Is anyone here able to translate? I’ve tried copy/paste into google translate but not had much success!
ReplyDeleteChris Pimlott I knew I had to learn chinese once upon a time in the future :-)
ReplyDeleteGoogle Translate gives me:
Use Chinese to talk about temporary solutions
After TMemo entered multiple lines on some Samsung Samsung machines, an error occurred (the third line and the fourth line suddenly reversed).
Http://bbs.2ccc.com/topic.asp?topicid=544685
RSP-20107
RSP-16935
Temporary solution
copy
FMX.Platform.Android.pas
To your project
turn up
If FContextMenuPopup = nil then
Before this line
Add code
//fix by Alysson Cunha
//https://quality.embarcadero.com/browse/RSP-16935
FCopyButton := nil;
FPasteButton := nil;
FCutButton := nil;
If you are already using a patch that does not look regretful within the code. Then this change already exists.
Project Manager
Select Project Select Android Platform Expand Libraries
Disable fmx.dex.jar
Libraries right, Add, select fmx_Corrected10.2.2.jar
If you don’t need Google’s
Google-play-services.dex.jar and google-analytics-v2.dex.jar features. (Rad 10.2.2 or lower)
Google-play-services-ads-xxx.dex.jar and google-play-services-analytics-xxx.dex.jar features. (Rad 10.2.3 or later)
You can disable them directly. There is no advertisement in this way.
Recompile.