Sha256: 81aa14e0e52d86d4528d2b2b5769d829df3a9dc578da65de38f9f729b85a042c
Contents?: true
Size: 878 Bytes
Versions: 7
Compression:
Stored size: 878 Bytes
Contents
Native.configure do |config| # Specify platforms your app supports. # config.android = true # config.ios = true # config.uwp = true # config.chrome = true # config.osx = true # config.win32 = true # config.win64 = true # config.lin32 = true # config.lin64 = true # Specify a stringified url helper to set a start url for each platform. # config.android_url = 'root_url' # config.ios_url = 'root_url' # config.uwp_url = 'root_url' # config.chrome_url = 'root_url' # config.osx_url = 'root_url' # config.win32_url = 'root_url' # config.win64_url = 'root_url' # config.lin32_url = 'root_url' # config.lin64_url = 'root_url' # The Android platform does not scale the content correctly. Set your `font-size` of `:root` on Android # config.scale_size = '18px' end
Version data entries
7 entries across 7 versions & 1 rubygems