Navigation

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

    Fatih ÜNAL

    @fatihucom

    1
    Reputation
    15
    Posts
    1977
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Website fatihu.com Location Turkey

    fatihucom Follow

    Posts made by fatihucom

    • RE: Maybe a using/namespace problem with InAppBrowser

      @asialgearoid Thanks for your reply. I’m sorry for the delay.

      I will try it Cordova Serve. I tried it is Monaca Serve.
      At the same time, i compiled and packed live build on a real Android and Iphone.
      Still it doesnt work.

      posted in Onsen UI
      fatihucom
    • RE: Maybe a using/namespace problem with InAppBrowser

      @asialgearoid thanks for your reply. But its not a IDE problem. Because Chrome console is says: “ReferenceError: cordova is not defined”.

      posted in Onsen UI
      fatihucom
    • Maybe a using/namespace problem with InAppBrowser

      I cant access

      window.open = cordova.InAppBrowser.open;
      

      or with

      window.open = window.plugins.InAppBrowser.open;
      

      How can i do use InAppBrowser with Onsen UI + Vue.Js

      1_1527552863228_Screen Shot 2018-05-29 at 03.10.11.png
      0_1527552863227_Screen Shot 2018-05-29 at 03.10.28.png

      posted in Onsen UI
      fatihucom
    • monaca transpile problem after version of 12.2.2 the vue-loader

      Hi everyone,

      As you knows vue-loader 13.3.0 and later versions supporting <template functional>. (https://vue-loader.vuejs.org/en/features/functional.html)

      When i was updated vue-loader greater than 12.2.2 versions i cant transpile the project. Its giving SyntaxError.

      ERROR in app.bundle.js from UglifyJs
      SyntaxError: Unexpected token: name (__vue_script__) [./~/vue-loader!./src/main/Navigator.vue:3,0]
      Project has failed to transpile. Error has occured while transpiling /Users/.../Sites/..... with webpack. Please check the logs.
      
      

      I tried changed all <template>'s with <template functional>. But the results are the same.

      Has anyone already used the version greater than 12.2.2?

      Do you have any information about upgrading the vue-loader?

      Without forgetting, the “Vue Onsen UI Kitchen Sink” application uses version of the 12.0.4 too.

      Thanks in advance for everyone.

      posted in Onsen UI
      fatihucom
    • RE: Whats difference mobi.monaca.plugins.datepicker and cordova-plugin-datepicker

      Thanks for your reply @khemry.

      posted in Monaca Tools
      fatihucom
    • Whats difference mobi.monaca.plugins.datepicker and cordova-plugin-datepicker

      Hi everyone,

      Whats difference mobi.monaca.plugins.datepicker and cordova-plugin-datepicker?
      I must use mobi.monaca.plugins.datepicker? Or cant i use cordova-plugin-datepicker?

      Thanks for your patience.

      posted in Monaca Tools
      fatihucom
    • RE: back button and refresh poppage

      Thanks for your reply @Fran-Diox.

      I used myNavigator.pages array.

      let pages = document.querySelector('ons-navigator').pages;
      
                          for (let i = 0; i < pages.length; i++) {
                              if ('pageId' === pages[i].id) {
                                  console.log('refresh');
                              }
                          }
      
      posted in Onsen UI
      fatihucom
    • back button and refresh poppage

      Hi everyone,

      Is there a way when i was clicked back button and refresh all poppage events or refresh to page?

      I have seen this page: http://tutorial.onsen.io/?framework=vanilla&category=reference&module=page

      and

      https://community.onsen.io/topic/1554/hardware-back-button-and-choppy-animations-android/6

      and this

      https://community.onsen.io/topic/1773/refresh-a-ons-page-after-poppage

      but i cant refresh the backed page.

      Thanks for your patiences.

      posted in Onsen UI
      fatihucom
    • RE: is there a way for go to top?

      @Fran-Diox Yes, its about moving the scroll to the top.
      I will try scrollTop = 0 …

      Thanks.

      posted in Onsen UI
      fatihucom
    • is there a way for go to top?

      Hi everyone,

      Is there a way for go to top? How can i do this.

      Thanks.

      posted in Onsen UI
      fatihucom