record.data.Id is undefined in sencha touch on android os 4.0.3 - sencha-touch-2

I have design sencha Touch 2 app which works in android o.s 2.3.6 but having some issue in android o.s 4.0.3
In android o.s 4.0.3 on click on list Item record.data.Id is undefined.
But for android o.s 2.3.6 I am getting value for record.data.Id.
Rest of the thing works fine.
Thanks

Related

ReactNative I18nManager is not forcing RTL on app launch

When I use I18nManager.forceRTL(true) and manually restart the app with RNRestart package, everything works fine. But it only works if I restart the app. If I close and relaunch the app, layout reverts back to LTR. This is only happening in iOS.
How to force layout to be RTL in iOS?
ReactNative: 0.66.1
OS: macOS 12.0.1
Node: 18.2.0
CocoaPods: 1.11.3
Xcode: 13.1
It looks like there is a bug in React Native code. Just upgrade your React Native to a version >= 0.66.4 and everything works like a charm!

React Native developing on Windows for Android and ios

i'm little bit confused about the installation of COCOAPODS and the installation gydes for react-native libaries.
If I developing on Windows for iOS and Android. Do I have installing the COCOAPODS?
And what about this: https://reactnavigation.org/docs/getting-started/
Do i have run the following command: npx pod-install ios
Or is this only if I developing on Mac?
Thanks for all replies.
Cocoapods is only needed when developing for iOS. You do not need to run npx pod-install ios when developing for Android. Android has its own methods for linking libraries.
While you can use Cocoapods on Windows (see here), again, it's only for when you are developing for iOS.

iOS and Android Emulators for Visual Studio Code

I've installed the React Native Tools extension for Visual Studio Code. I thought this included the iOS and Android emulators for me to test my React Native app but when I run
React Native: run ios
I get an error that reads
Running the contributed command:'reactNative.runIos' failed.
Do I install these emulators separately?
iOS Simulator is distributed with Xcode. You can download it on developer.apple.com (accessible with a free AppleID) or from the Mac App Store.
It is only available on macOS, with Xcode 8+ requiring macOS El Capitan or newer.
If you want to get IOS Simulator in VS Code, install Xcode and open it, then go to Preference > Location and there you will see Command Line Tool. Just click the drop-down button and save something like Xcode 11(Version) and save it. Also, I recommend getting IOS and Andriod Simulator in VS Code.

Can't select older iOS SDK Simulator Version in Titanium Studio

I have installed the SDK's for 6.x and 7.0 in xcode and I'd like to test my app on ios6 in the simulator using titanium studio.
After poking around for some time I still can't find a way to select a different iOS version in my run configurations. As you can see, SDK's are installed and I can select them in the simulator itself, but the only way to test the app is by launching 7.0 (Titanium won't launch anything else).
Manually switching between versions and relaunching the app from titanium doesn't help either.
Looks like Titanium Studio has problem with simulator settings. Compiling project from console with titanium build -p ios will run your app on simulator with current settings. Also you can use additional flags to force different type of simulator:
--retina use the retina version of the iOS Simulator
--sim-64bit in combination with --retina flag & --tall flag, start the 64-bit tall version of the retina simulator
--tall in combination with --retina flag, start the tall version of the retina device

Issue in installing Android platform 2.2

I am new to titanium, i already set Android sdk its working fine with my eclipse indigo. I mean i can able to launch android 2.2 google api emulator in that IDE. But In titanium it showing error message Items required An Android SDK is missing.Titanium requires Android platform 2.2 I have follow this post Titanium Studio cannot find Android SDK and fixed some path issues. But still i am getting same error. Need guidance to set up environment.