Quantcast
Channel: Ionic Forum - Latest posts
Viewing all 229559 articles
Browse latest View live

Sqlite base administrate

$
0
0

Hi,
I'm developing app which uses and for storage I'll use sqlite. Does it exists some more viusal database editor like phpmyadmin. I would need to have some simple tool for DB tables creation and viewing DB data and structure.


Using epubjs in ionic2

$
0
0

I get this error:

Uncaught Error: Module parse failed: /... /node_modules/@ionic/app-scripts/dist/webpack/transpile-loader.js!/.../node_modules/epubjs/server.js Unexpected character '#' (1:0)
You may need an appropriate loader to handle this file type.
| #!/usr/bin/env node
| var connect = require('connect'),
| colors = require('colors'),
at Object. (vendor.js:109785)
at webpack_require (bootstrap 84bf25b…:54)
at Object.28 (main.js:38)
at webpack_require (bootstrap 84bf25b…:54)
at webpackJsonpCallback (bootstrap 84bf25b…:25)
at main.js:1

InAppBrowser - Return from opened external Link

$
0
0

Buddy, It just opens up in some other page of the app, not the one, from which it was clicked from. After few seconds it returns to the original page. It doesn't return to the first page, well it may go, don't know about that, sometimes it launches the splash screen and then opens the link page.

How to override back button or enrich an ionic component

$
0
0

Do you want to change the back button text?
There is a navbar.setBackButtonText function.
Otherwise, you can change it on AppModule like following:

IonicModule.forRoot(MyApp, {
            backButtonText: '',
            backButtonIcon: 'arrow-back'
        }),

Ionic printer issue

$
0
0

What platform and device are you testing on?
What is your ionic info output?
Are you sure the platform is ready when you click the button?

Braintree integration with ionic

Ionic serve cache problem?

$
0
0

I am still having this issue.. same like @usiko

My setup:
$ ionic info

global packages:

    @ionic/cli-utils : 1.4.0
    Cordova CLI      : 7.0.1
    Ionic CLI        : 3.4.0

local packages:

    @ionic/app-scripts              : 1.1.0
    @ionic/cli-plugin-cordova       : 1.4.0
    @ionic/cli-plugin-ionic-angular : 1.3.1
    Cordova Platforms               : none
    Ionic Framework                 : ionic-angular 2.3.0

System:

    Node       : v6.9.5
    OS         : macOS Sierra
    Xcode      : Xcode 8.3.3 Build version 8E3004b
    ios-deploy : 1.9.1
    ios-sim    : 5.0.13
    npm        : 5.0.3

Audio in browser

$
0
0

That only works when the browser implementation of the functionality uses the same interface as the Cordova plugins. As this was the goal of the core Cordova plugins in the beginning (to cease to exist when browsers implement this stuff themselved) this sometimes works. From what you describe Audio is (not yet) one of them.


Push Notification not working when App is Closed

$
0
0

Wow, that is nasty. But probably saves a lot of battery...

NavController cache problem

$
0
0

Could you share the complete solutions for future readers? Thanks.

Ionic when test in ionic lab its ok but when realase app very delay for anything

$
0
0

plz help my friend. i can use bootstrap?

InAppBrowser - Return from opened external Link

$
0
0

That is expected behaviour when your app was "removed" from memory while in the background, tends to happen on devices with not much memory available. Android prioritizes and removes your app as it is not active any more.

If you can't (or don't want to) specify which page it unexpectedly loads instead of the one that opened the InAppBrowser I can't help you. Good luck.

Ionic serve cache problem?

$
0
0

You should see if upgrading this fixed things (please read the changelog for breaking changes).

PositionError while using geolocation plugin on android device

$
0
0

How exactly are you testing this?
How are you building and running your app?

IonicBuildAndroidError

$
0
0

See my first response to you.
Also post your ionic info output please.


Using epubjs in ionic

$
0
0

What is epubjs? Provide a link.
How did you integrate it into your app?
Provide your ionic info output.

NavController cache problem

$
0
0

My solution is like following:

constructor(
        public navCtrl: NavController,
        public settings: SettingsService,
        public appCtrl: App,
        platform: Platform,
    ) {
         platform.registerBackButtonAction(()=>{
            if (this.appCtrl.getActiveNav().getViews().length > 1) {
                this.appCtrl.getActiveNav().pop();
            }
        });
}

Ionic App takes too long to start

$
0
0

This doesn't look too good and sounds like it could block stuff.

Ionic - Display text while recording video on camera screen

Facing problem when I try npm install on my latest master

$
0
0

npm WARN deprecated object-keys@0.2.0: Please update to the latest object-keys
npm ERR! path /home/shadmin/.npm/_cacache/tmp/git-clone-82944d2e/package.json
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall open
npm ERR! enoent ENOENT: no such file or directory, open '/home/shadmin/.npm/_cacache/tmp/git-clone-82944d2e/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR! /home/shadmin/.npm/_logs/2017-07-10T08_53_19_357Z-debug.log

can anyone help

Viewing all 229559 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>