Zafiu Andrei
Zafiu Andrei
What is the status of PostGis support in pgjdbc-ng? I am trying to use it in a project with postgresql 9.3 version, pgjdbc-ng 0.5 version but I am getting the...
Thank you for the reply. As I said in the report, the application will handle navigation and recreation of the previous screen on startup (for e.g. my application allows the...
Unfortunately this is beyond the scope of this library since there is an issue with how react-native handles onActivityResult after the react context is re-created. The issue can be followed...
Reverting here with some more information. For anyone not looking for fancy camera options, just the ability to take pictures or start video recording, you can use the React Native...
@tomNjerry if you started using the react-native-camera library then you should redirect your issues to the react native camera github page (link in the post above). Normally, if you used...
> indeed it can happen on devices with more memory if the OS is highly constrained in memory or the current application uses too much memory. It may also vary...
Any phone can have this behavior if it already uses a large amount of RAM memory. The key is not to yield control to another activity and always remain in...
Are there any updates on this issue? This is a problem with low memory devices as well when the main application launches other activities (like launching camera) and then the...
@zsweigart Did you find any workaround for this issue? Maybe provide an own ReactInstanceManager implementation?