You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On iOS is it recommended by Apple to place the input field for search in a modal in the header. This makes sense as it makes better use of the space, and also because the search box stays into view when scrolling through the results.
Starting with the latest version of meteorhunt I modified templates/modals/search/search.html as follows:
The web versions works as should, and the ios simulator as well.
On a real device (iPhone 6, iOS 9) accessing the search function (tap in input bar) makes the app crash (sometimes). This is a bit of the Xcode output:
2015-09-24 19:00:51.507 MeteorHunt[2860:1170596] This application is modifying the autolayout engine from a background thread, which can lead to engine corruption and weird crashes. This will cause an exception in a future release.
.
.
.
2015-09-24 19:00:51.515 MeteorHunt[2860:1170596] *** Assertion failure in -[UIApplication _cachedSystemAnimationFenceCreatingIfNecessary:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit/UIKit-3505.16/UIApplication.m:1697
2015-09-24 19:00:51.519 MeteorHunt[2860:1170596] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'accessing _cachedSystemAnimationFence requires the main thread'
Please let me know if and how I can help debug this further.
PS I'm a big fan of Meteoric, thanks for the awesome work!
The text was updated successfully, but these errors were encountered:
On iOS is it recommended by Apple to place the input field for search in a modal in the header. This makes sense as it makes better use of the space, and also because the search box stays into view when scrolling through the results.
Starting with the latest version of meteorhunt I modified templates/modals/search/search.html as follows:
The web versions works as should, and the ios simulator as well.
On a real device (iPhone 6, iOS 9) accessing the search function (tap in input bar) makes the app crash (sometimes). This is a bit of the Xcode output:
Please let me know if and how I can help debug this further.
PS I'm a big fan of Meteoric, thanks for the awesome work!
The text was updated successfully, but these errors were encountered: