#99, #243, fixes for nested page back navigation, prevent infinity loop #244
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix for navigating back from nested page (there is an issue when disconnecting handler), switched to look into loaded and unloaded events
Possible fix for #99 thanks to istanko comment and #243
Prevent infinity loop for handling focus and add the ability to set autofocus interval.
I also faced #239 , I was not able to even open a solution, I noticed that it is starting to "work" by commenting on this line in
SampleApp.XF.iOS.csporj
but not sure how to fix it for the XF iOS app...<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />