lib/framework/rho/rhotabbar.rb in rhodes-3.5.1.12 vs lib/framework/rho/rhotabbar.rb in rhodes-5.5.0
- old
+ new
@@ -22,10 +22,11 @@
# THE SOFTWARE.
#
# http://rhomobile.com
#------------------------------------------------------------------------
+if !Rho::System.isRhoSimulator && System.get_property('platform') != 'WINDOWS' && System.get_property('platform') != 'WINDOWS_DESKTOP' && System.get_property('platform') != 'WP8' && System.get_property('platform') != 'ANDROID' && System.get_property('platform') != 'APPLE'
module Rho
class NativeTabbar
def self.create(params)
@@ -59,5 +60,6 @@
end
end
+end
\ No newline at end of file