I found search-minus and search-plus in font-awesome.
Posts made by giov
-
Zoom in/out icons
Hi, I’m searching zoom in/out icons to use with
<ons-icon icon=" ... "></ons-icon>
I didn’t find it in font-awesome. Where can I find it?
Thank you. -
Zooming on text
Hi, I have a html page with some text. I want that user can enlarge the text. How can i implement pinch zooming on text or any method to enlarge text?
Thank you. -
RE: Build .apk using monaca CLI or cordova CLI
jdk 1.8
If i use VS 2015 my app can’t deploy on device. But with cordova CLI app can deploy and runs. -
RE: Build .apk using monaca CLI or cordova CLI
With cordova CLI app runs. In VS 2015 i have a deploy error.
I installed again Android Studio (with SDK) but nothing -
RE: Build .apk using monaca CLI or cordova CLI
I created a splitter template in VS 2015 but i have a error that says error of distribution (impossible to find specificated file).
With cordova CLI the same project run on my device. -
RE: Build .apk using monaca CLI or cordova CLI
Thank you. I have a project exported from Monaca IDE, I copied the www folder in an empty cordova project and then “run android” but it doesn’t work.
I recieved this errorBUILD FAILED Total time: 40.681 secs FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':transformClassesWithDexForDebug'. > com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Program Files (x86)\Java\jdk1.7.0_55\bin\java.exe'' finished with non-zero exit value 1 * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Error: Error code 1 for command: cmd with args: /s,/c,"C:\Users\asus\Desktop\prova\platforms\android\gradlew cdvBuildDebug -b C:\Users\asus\Desktop\prova\platforms\android\build.gradle -PcdvBuildArch=arm -Dorg.gradle.daemon=true -Pandroid.useDeprecatedNdk=true"
-
RE: Build .apk using monaca CLI or cordova CLI
I want to build without remote building but using Android SDK installed in my pc. Can I build using CLI or if also possible using Visual Studio 2015?
Thank you. -
Build .apk using monaca CLI or cordova CLI
Can I build an .apk in my computer (with Andorid SDK) using monaca CLI or cordova CLI?
Thank you. -
RE: Backgroung image in <ons-page>
Yes, my path is correct, i don’t have any error. I don’t know how to inspect it. Did you try in your device? Can you post in codepen?
Thank you. -
RE: Backgroung image in <ons-page>
Thank you, but I tried with
#mypage .page__background { background-image: url('img/file.jpg'); }
and it doesn’t work.
-
RE: Backgroung image in <ons-page>
I’m new with onsen UI. Can you post an example code?
I have many pages in my app with side menu, but i want to change the backgorund only in one page.
Thank you. -
Backgroung image in <ons-page>
Hi, how to set backgroung image in <ons-page> ?
Thank you.