Navigation

    Monaca & Onsen UI
    • Register
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. meshileya
    M
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    meshileya

    @meshileya

    0
    Reputation
    19
    Posts
    1316
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    meshileya Follow

    Posts made by meshileya

    • RE: Stuck writing data to details page via JavaScript

      @Fran-Diox

      is angular not working with onsen???..

      when you stated up there that…(just to be sure he is not using angular).

      #curious.

      posted in Onsen UI
      M
      meshileya
    • RE: Onsen UI Angular 2 Components coming soon!

      waiting so much for this to come out…so, i can get my fingers soiled…in the field of development

      posted in News & Announcements
      M
      meshileya
    • RE: My app is not connecting to my server.

      @badlee

      thanks for that…and please, what if in a situation, i am only permitted to send my request into a URL…without having access to the server…how will i go about it pls

      posted in Monaca Tools
      M
      meshileya
    • RE: Shopping App

      nice development you have there…but i know you can surely come up with a cool background too…like…making it glow with color…

      posted in Showcase
      M
      meshileya
    • RE: My app is not connecting to my server.

      am i going to add this to the header of my html pages???
      cos, my previous thought is this…using the whitelist plugin in my cordova, i should be able to egt pass this Content Security Policy

      @Munsterlander suggested that cordova plugin could have been my problem…but, i am definitely lost in this

      NOTE: i do not have access to the database, i was only given a url with different op…to post my request.

      @Andi

      posted in Monaca Tools
      M
      meshileya
    • RE: My app is not connecting to my server.

      This is the appearance of my config file

      <?xml version="1.0" encoding="UTF-8"?>
      <widget xmlns="http://www.w3.org/ns/widgets" id="com.example.helloworld" version="1.0.0">
        <name>TheSlider</name>
        <description/>
        <author/>
        <content src="index.html"/>
        <allow-navigation href="*"/>
        <allow-intent href="itms:*"/>
        <allow-intent href="itms-apps:*"/>
        <preference name="loglevel" value="DEBUG"/>
        <preference name="AndroidLaunchMode" value="singleTop"/>
        <preference name="ErrorUrl" value=""/>
        <preference name="SplashScreen" value="screen"/>
        <preference name="AllowInlineMediaPlayback" value="false"/>
        <preference name="AutoHideSplashScreen" value="true"/>
        <preference name="BackupWebStorage" value="cloud"/>
        <preference name="EnableViewportScale" value="false"/>
        <preference name="FadeSplashScreen" value="true"/>
        <preference name="FadeSplashScreenDuration" value=".25"/>
        <preference name="KeyboardDisplayRequiresUserAction" value="true"/>
        <preference name="MediaPlaybackRequiresUserAction" value="false"/>
        <preference name="ShowSplashScreenSpinner" value="false"/>
        <preference name="SuppressesIncrementalRendering" value="false"/>
        <preference name="TopActivityIndicator" value="gray"/>
        <preference name="GapBetweenPages" value="0"/>
        <preference name="PageLength" value="0"/>
        <preference name="PaginationBreakingMode" value="page"/>
        <preference name="PaginationMode" value="unpaginated"/>
        <feature name="LocalStorage">
          <param name="ios-package" value="CDVLocalStorage"/>
        </feature>
        <preference name="UIWebViewDecelerationSpeed" value="normal"/>
        <preference name="monaca:targetFamilyiPhone" value="1"/>
        <preference name="monaca:targetFamilyiPad" value="1"/>
        <preference name="monaca:WebViewEngine" value="default"/>
        <access origin="*"/>
        <preference name="KeepRunning" value="true"/>
        <preference name="monaca:AndroidIsPackageNameSeparate" value="false"/>
        <preference name="DisallowOverscroll" value="true"/>
        <preference name="Orientation" value="default"/>
        <preference name="SplashScreenDelay" value="1000"/>
        <preference name="Fullscreen" value="false"/>
      </widget>
      
      
      posted in Monaca Tools
      M
      meshileya
    • RE: Monaca debuger prevent network connections on IPhone

      @Andi

      i do not know how to send a private message here…i tried searching for your name/id on gitter…but, couldn’t find you there…and, i do not know, if i can send you the whole project folder…won’t mind doing that

      posted in Monaca Tools
      M
      meshileya
    • RE: Fail to migrate to onsen UI 2 (rc10)

      @matheos

      nice one :smiley:

      posted in Onsen UI
      M
      meshileya
    • RE: Monaca debuger prevent network connections on IPhone

      @Andi
      please, is there any suggestion for any plugin that forces url…because, i am also encountering this problem on my android application, monaca localtoolkit and also the cloud IDE…
      but, if i should test run the html file on its own with my browser, it works fine…

      posted in Monaca Tools
      M
      meshileya
    • My app is not connecting to my server.

      I have an application which ought to be connected to a remote server, but the problem i am encountering is this. If i should test my html file on my browser, it will work fine, and i will be able to send and receive back my data. but, testing with monaca Localtoolkit or building its APK, it won’t connect to the net. I am using angularjs for this connection…

      posted in Monaca Tools
      M
      meshileya