Questions tagged [ionic-view]

Ionic View makes it easy to share your Ionic and Cordova apps with clients and testers around the world, all without ever going through the App Store.

Ionic View integrates with the Ionic command line to populate your app portfolio. View uses the Cordova inAppBrowser plugin to launch your apps in their own separate WebView, so you can preview and test them.

450 questions
-1
votes
2 answers

Ionic run app in browser with different devices

How do I run my ionic application within the browser where I can select the 3 different devices?
Sireini
  • 4,142
  • 12
  • 52
  • 91
-1
votes
1 answer

Conditioan Appearance of Ionic Icons

can you please describe me how to change Ionic icon on conditioanal basis I want 'man' icon if gender is Male and 'woman' icon if gender is femal for example:
-1
votes
2 answers

Ionic 2 StatusBar Color Text

my problem is: is there a trick for change the StatusBar text color in Ionic 2 or 3? I have installed "cordova-plugin-statusbar" , I can change the background color but is not possible to change the text color.
-1
votes
1 answer

Ionic Responsive Grid

I am working on an ionic app that has a grid the grid should be verticle when in a mobile phone it should be horizontal in a tab
-1
votes
1 answer

How to solve ionic datetime window color issue

I am trying to implement https://ionicframework.com/docs/components/#datetime in ionic project and I added it on my template successfully and problem is month day year displaying in white color and background also white in color so we are unable to…
user2522354
-1
votes
2 answers

Error running ionic run android -l -c

I want to view my ionic project in Ionic View but all it shows is a white screen. Tried running ionic run android -l -c to debug my project but it shows me the following response ionic-hello-world@0.0.0 ionic:serve…
-1
votes
1 answer

i want to display array of images on my main screen but it's not working

Code To Display images through angular is in tag.i'm using pic controller and the details of that controller is in angular js file. if someone can help me then please do. HTML CODE
Azhar Ch
  • 61
  • 8
-1
votes
1 answer

ionic: horizontally center align application on desktop

Question: Application should render in center of the screen when user view my ionic mobile application on the desktop browser. attempt 1 : I tried using wrapper div on it with width fixed in my case max-width:732px; and margin: 0 auto; but ionic…
Harish Boke
  • 557
  • 3
  • 16
-1
votes
1 answer

Cordova orientation plugin works fine in emulator but doesn’t work in real phone(test in ionic view)

Update: I took a look at the ionic view documents and got the answer: ionic view only support a list of limitied 3rd plugins. This is not a good question. I will read the doc more carefully before starting useing it. I am using Cordova orientation…
franky
  • 53
  • 10
-1
votes
1 answer

Use of Multiple html template in Ionic Framework

I am new in Ionic. I was building an Ionic App just how I would do it in Web. So i build multiple HTML files. I just noticed, that the page loading from one to another HTML file is quite slow. I looked around and again noticed, that there are hardly…
Neotrixs
  • 2,495
  • 4
  • 28
  • 58
-2
votes
2 answers

Ionic 4 app not working in android Lollipop

I created an Ionic 4 android app which is working fine in Android 8. But when I test it in Android 5 (As an app and in the browser both), getting the below error. Uncaught SyntaxError: Use of const in strict mode. vendor.js:71605 Enabled…
Santosh Hegde
  • 3,420
  • 10
  • 35
  • 51
-2
votes
2 answers

Where does ion-new-view begin to look for first state?

I cant seem to find any documentation on how ion-nav-view loads its first template. Any help will be appreciated.
-4
votes
1 answer

How to include html page in ionic 2?

I want to include HTML page as a content for ion-content. I need to have multiple views of the single page. home.ts: goto(item){ console.log(item); } home.html: Android
-4
votes
2 answers

How to convert the ionic project in to android app

i had build the ionic project (sample in 'www' folder) and run the sample in browser. but i need to convert the sample/project in to android app, and want to test that sample in my android phone. please provide what are all the software needed to do…
-4
votes
1 answer

Ionic: How to show different menu for different view?

I am working on a project using Ionic framework. I want to get right menu on specific page (each right menu will have different content). I am not sure how to implement that.
user2899728
  • 2,099
  • 4
  • 16
  • 28
1 2 3
29
30