Does CN1 framework (API) guarantee identical behavior between Android, iOS
and hopefully the Simulator?
I am seeing some differences in logic when my app runs on Android and
iPhone. The pseudo-logic is as below
main() {
display_msg_detecting_corporate_network(); //1
detect_network_connection(); //2
if(is_corp_network_available) { //3
display_message_to_client_to_wait(); //4
load_more_information(); //5
......
}
else {
//6
//corporate network unavailable
display_msg_corp_network_unavailable(); //7
exit; //8
}
}
on the simulator and on Android the program executes in sequence as below
when_corporate network available: steps: 1 - 5
when_corporate network unavailable: steps: 6 - 8
The issue is on the iPhone
when corporate network unavailable:
steps: 1,4 and 8
how is it possible?
--
You received this message because you are subscribed to the Google Groups
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit
https://groups.google.com/d/msgid/codenameone-discussions/3a68588e-dd45-47b4-87d6-4a40449382b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.