Guys, I'm completely confused, in the browser all the rules. On the mobile phone it works fine, safari does not connect a single style, how to be?)

<link rel="stylesheet" type="text/css" href="css/style.css"> <activity android:name=".SomeActivity" android:label="@string/app_name" android:screenOrientation="portrait" /> <activity ios:name=".SomeActivity" ios:label="@string/app_name" ios:screenOrientation="portrait" /> 

  • 2
    it would be nice to see your code ... - ThusMad
  • Are you sure the addresses are correct? Try to specify differently) - Yuri
  • <link rel = "stylesheet" type = "text / css" href = "css / style.css"> <activity android: name = ". SomeActivity" android: label = "@ string / app_name" android: screenOrientation = "portrait "/> <activity ios: name =". SomeActivity "ios: label =" @ string / app_name "ios: screenOrientation =" portrait "/> - Danil Kuznetsov
  • something like this, bootstrap and stuff are connected via links - Danil Kuznetsov
  • tried to write something like this href="../css/style.css"> - ThusMad

0