Hi,
I'm in the midst of updating my cordova app from cordova 2.0 to the latest cordova 3.6.3.. My app also make use of admob (native). The existing app make use of super.root. But it seems that super.root is deprecated in the newer cordova version. Using the @suppresswarning, admob ad will still appear in the emulator and test device.
My question: is it ok if I continue using super.root? Or is there an alternative method exist?
Thanks.