@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.
@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.
@asialgearoid thanks for your reply. But its not a IDE problem. Because Chrome console is says: “ReferenceError: cordova is not defined”.
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
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.
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.
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');
}
}
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.
@Fran-Diox Yes, its about moving the scroll to the top.
I will try scrollTop = 0 …
Thanks.
Hi everyone,
Is there a way for go to top? How can i do this.
Thanks.